|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.triactive.jdo.store.sql.expr.Join
com.triactive.jdo.store.sql.expr.StandardJoin
public class StandardJoin
A join using the standard SQL join syntax. Produces text such as " INNER JOIN tableExpr ON T2.COL = T1.COL".
Field Summary |
---|
Fields inherited from class com.triactive.jdo.store.sql.expr.Join |
---|
fromCols, tableExpr, toCols, type |
Constructor Summary | |
---|---|
StandardJoin(JoinType type,
TableExpression tableExpr,
QueryStatement.QueryColumn[] fromCols,
Column[] toCols)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class com.triactive.jdo.store.sql.expr.Join |
---|
fromColumns, toColumns, type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StandardJoin(JoinType type, TableExpression tableExpr, QueryStatement.QueryColumn[] fromCols, Column[] toCols)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |