Uses of Class
com.triactive.jdo.store.sql.expr.Join

Packages that use Join
com.triactive.jdo.store.sql.expr   
 

Uses of Join in com.triactive.jdo.store.sql.expr
 

Subclasses of Join in com.triactive.jdo.store.sql.expr
 class StandardJoin
          A join using the standard SQL join syntax.
 

Methods in com.triactive.jdo.store.sql.expr that return Join
protected  Join QueryStatement.newJoin(JoinType type, TableExpression tableExpr, QueryStatement.QueryColumn[] from, Column[] to)
          Constructs a new Join object for this statement.
 

Methods in com.triactive.jdo.store.sql.expr with parameters of type Join
 void JoinType.markOuterJoins(TableExpression joinedTableExpr, Join join)
           
 



Copyright © 2001-2007 The TJDO Project All Rights Reserved.