Uses of Interface
org.israfil.sqlelements.Join

Packages that use Join
org.israfil.sqlelements   
org.israfil.sqlelements.constraints   
 

Uses of Join in org.israfil.sqlelements
 

Classes in org.israfil.sqlelements that implement Join
 class AbstractJoin
          Represents a single column from a single (physical or virtual) table.
 class InnerJoin
          A Constraint wrapper around a Join object
 class LeftOuterJoin
          Represents a single column from a single (physical or virtual) table.
 

Fields in org.israfil.sqlelements with type parameters of type Join
protected  java.util.Set<Join> Select.joins
           
 

Methods in org.israfil.sqlelements that return types with arguments of type Join
 java.util.Set<Join> Query.getJoins()
           
 java.util.Set<Join> Select.getJoins()
           
 

Methods in org.israfil.sqlelements with parameters of type Join
 void Select.addJoins(Join... newJoins)
           
 

Method parameters in org.israfil.sqlelements with type arguments of type Join
 void Select.addJoins(java.util.Set<Join> joins)
           
 

Constructors in org.israfil.sqlelements with parameters of type Join
Select(Column[] columns, Constraint constraint, Join... joins)
           
Select(Column[] columns, Join... joins)
           
Select(Column column, Constraint constraint, Join... joins)
           
Select(Column column, Join... joins)
           
 

Uses of Join in org.israfil.sqlelements.constraints
 

Constructors in org.israfil.sqlelements.constraints with parameters of type Join
JoinConstraint(Join j)
           
 



Copyright 2005-2005-2006 null. All Rights Reserved.