com.triactive.jdo.store
Class TableExprAsSubjoins
java.lang.Object
com.triactive.jdo.store.TableExpression
com.triactive.jdo.store.TableExprAsSubjoins
class TableExprAsSubjoins
- extends TableExpression
A SQL table expression that joins superclass tables by constructing a
parenthesized set of subjoins.
- Author:
- Mike Martin
- See Also:
QueryStatement
Field Summary |
protected java.util.ArrayList |
supertables
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
supertables
protected final java.util.ArrayList supertables
TableExprAsSubjoins
public TableExprAsSubjoins(QueryStatement qs,
Table mainTable,
SQLIdentifier mainRangeVar)
referenceColumn
public java.lang.String referenceColumn(Column col)
- Specified by:
referenceColumn
in class TableExpression
toString
public java.lang.String toString()
- Specified by:
toString
in class TableExpression
Copyright ? 2001 TriActive, Inc. All Rights Reserved.