net.sf.saffron.rel
Class JoinRel.JoinType
java.lang.Object
|
+--net.sf.saffron.rel.JoinRel.JoinType
- Enclosing class:
- JoinRel
- public abstract static class JoinRel.JoinType
- extends Object
Enumeration of join types.
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
JoinRel.JoinType
public JoinRel.JoinType()
toString
public static final String toString(int i)