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

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

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

Fields in com.triactive.jdo.store.sql.expr declared as JoinType
static JoinType JoinType.CROSS
           
static JoinType JoinType.INNER
           
static JoinType JoinType.LEFT_OUTER
           
static JoinType JoinType.RIGHT_OUTER
           
static JoinType JoinType.FULL_OUTER
           
protected  JoinType Join.type
           
 

Methods in com.triactive.jdo.store.sql.expr that return JoinType
 JoinType Join.type()
           
 

Methods in com.triactive.jdo.store.sql.expr with parameters of type JoinType
 QueryStatement.QueryColumn QueryStatement.join(JoinType type, Table table, CorrelationName rangeVar, QueryStatement.QueryColumn from, Column to)
          Performs a join on the equality of two columns.
 QueryStatement.QueryColumn[] QueryStatement.join(JoinType type, Table table, CorrelationName rangeVar, QueryStatement.QueryColumn[] from, Column[] to)
          Performs a join on the equality of two lists of columns.
protected  Join QueryStatement.newJoin(JoinType type, TableExpression tableExpr, QueryStatement.QueryColumn[] from, Column[] to)
          Constructs a new Join object for this statement.
 

Constructors in com.triactive.jdo.store.sql.expr with parameters of type JoinType
StandardJoin(JoinType type, TableExpression tableExpr, QueryStatement.QueryColumn[] fromCols, Column[] toCols)
           
Join(JoinType type, TableExpression tableExpr, QueryStatement.QueryColumn[] fromCols, Column[] toCols)
           
 



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