com.triactive.jdo.store.sql.expr
Class JoinType
java.lang.Object
com.triactive.jdo.store.sql.expr.JoinType
public abstract class JoinType
- extends java.lang.Object
Enumeration type reflecting the possible types of relational joins.
- Author:
- Mike Martin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CROSS
public static final JoinType CROSS
INNER
public static final JoinType INNER
LEFT_OUTER
public static final JoinType LEFT_OUTER
RIGHT_OUTER
public static final JoinType RIGHT_OUTER
FULL_OUTER
public static final JoinType FULL_OUTER
markOuterJoins
public void markOuterJoins(TableExpression joinedTableExpr,
Join join)
oracleCondition
public abstract BooleanExpression oracleCondition(QueryStatement.QueryColumn fromCol,
QueryStatement.QueryColumn toCol)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright ? 2001-2007 The TJDO Project All Rights Reserved.