com.triactive.jdo.store
Class Join
java.lang.Object
com.triactive.jdo.store.Join
class Join
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INNER_JOIN
public static final int INNER_JOIN
- See Also:
- Constant Field Values
LEFT_OUTER_JOIN
public static final int LEFT_OUTER_JOIN
- See Also:
- Constant Field Values
RIGHT_OUTER_JOIN
public static final int RIGHT_OUTER_JOIN
- See Also:
- Constant Field Values
joinType
public final int joinType
joinTypeString
public final java.lang.String joinTypeString
tableExpr
public final TableExpression tableExpr
condition
public final BooleanExpression condition
Join
public Join(int joinType,
TableExpression tableExpr,
BooleanExpression condition)
Copyright ? 2001 TriActive, Inc. All Rights Reserved.