saffron.rel
Class Join.JoinType
java.lang.Object
|
+--saffron.rel.Join.JoinType
- Enclosing class:
- Join
- public abstract static class Join.JoinType
- extends Object
Values are as JoinExpression.getJoinTypeCode(java.lang.String)
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INNER
public static final int INNER
- See Also:
- Constant Field Values
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
FULL
public static final int FULL
- See Also:
- Constant Field Values
Join.JoinType
public Join.JoinType()
toString
public static final String toString(int i)