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

Packages that use TableExpression
com.triactive.jdo.store.adapter   
com.triactive.jdo.store.sql.expr   
 

Uses of TableExpression in com.triactive.jdo.store.adapter
 

Methods in com.triactive.jdo.store.adapter that return TableExpression
 TableExpression DatabaseAdapter.newTableExpression(QueryStatement qs, Table table, CorrelationName rangeVar)
          Returns a new TableExpression object appropriate for this DBMS.
 

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

Subclasses of TableExpression in com.triactive.jdo.store.sql.expr
 class TableExprAsJoins
          A SQL table expression that joins superclass tables by joining them directly to the surrounding QueryStatement.
 class TableExprAsSubjoins
          A SQL table expression that joins superclass tables by constructing a parenthesized set of subjoins.
 class TableExprAsSubquery
          A SQL table expression that joins superclass tables by constructing a parenthesized sub-SELECT statement.
 

Fields in com.triactive.jdo.store.sql.expr declared as TableExpression
protected  TableExpression QueryStatement.initialTableExpr
          The initial table expression, ie the first one in the FROM clause.
 TableExpression QueryStatement.QueryColumn.te
          The table expression of this query column.
protected  TableExpression Join.tableExpr
           
 

Methods in com.triactive.jdo.store.sql.expr that return TableExpression
 TableExpression QueryStatement.getDefaultTableExpression()
          Returns the "default" table expression in the statement.
 TableExpression QueryStatement.getTableExpression(CorrelationName rangeVar)
          Returns the table expression associated with the range variable rangeVar.
 TableExpression ObjectNondurableIdExpression.getTableExpression()
           
 TableExpression ObjectDatastoreIdExpression.getTableExpression()
           
abstract  TableExpression FcoExpression.getTableExpression()
           
 

Methods in com.triactive.jdo.store.sql.expr with parameters of type TableExpression
protected  Join QueryStatement.newJoin(JoinType type, TableExpression tableExpr, QueryStatement.QueryColumn[] from, Column[] to)
          Constructs a new Join object for this statement.
 void JoinType.markOuterJoins(TableExpression joinedTableExpr, Join join)
           
 

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



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