|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.triactive.jdo.store.sql.expr.TableExpression com.triactive.jdo.store.sql.expr.TableExprAsSubjoins
A SQL table expression that joins superclass tables by constructing a parenthesized set of subjoins.
QueryStatement
Field Summary | |
protected java.util.ArrayList |
supertables
|
Fields inherited from class com.triactive.jdo.store.sql.expr.TableExpression |
mainRangeVar, mainTable, outerJoinedOn, qs, sqlText |
Constructor Summary | |
TableExprAsSubjoins(QueryStatement qs,
Table mainTable,
CorrelationName mainRangeVar)
|
Method Summary | |
CorrelationName |
referenceColumn(Column col)
|
java.lang.String |
toString()
|
Methods inherited from class com.triactive.jdo.store.sql.expr.TableExpression |
assertNotFrozen, getColumn, getColumns, getQueryStatement, isOuterJoined, mainRangeVariable, mainTable, outerJoinedOn |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected final java.util.ArrayList supertables
Constructor Detail |
public TableExprAsSubjoins(QueryStatement qs, Table mainTable, CorrelationName mainRangeVar)
Method Detail |
public CorrelationName referenceColumn(Column col)
public java.lang.String toString()
toString
in class TableExpression
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |