net.ontopia.persistence.query.sql
Class SQLSetOperation
java.lang.Object
net.ontopia.persistence.query.sql.SQLSetOperation
- All Implemented Interfaces:
- SQLExpressionIF
public class SQLSetOperation
- extends java.lang.Object
- implements SQLExpressionIF
INTERNAL: SQL set operation.
Fields inherited from interface net.ontopia.persistence.query.sql.SQLExpressionIF |
AND, EQUALS, EXISTS, FALSE, IN, IS_NULL, JOIN, LIKE, NOT, NOT_EQUALS, OR, SET_OPERATION, VALUE_EXPRESSION, VERBATIM |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UNION
public static final int UNION
- See Also:
- Constant Field Values
UNION_ALL
public static final int UNION_ALL
- See Also:
- Constant Field Values
INTERSECT
public static final int INTERSECT
- See Also:
- Constant Field Values
INTERSECT_ALL
public static final int INTERSECT_ALL
- See Also:
- Constant Field Values
EXCEPT
public static final int EXCEPT
- See Also:
- Constant Field Values
EXCEPT_ALL
public static final int EXCEPT_ALL
- See Also:
- Constant Field Values
sets
protected java.util.List sets
operator
protected int operator
SQLSetOperation
public SQLSetOperation(java.util.List sets,
int operator)
getOperator
public int getOperator()
getSets
public java.util.List getSets()
getType
public int getType()
- Description copied from interface:
SQLExpressionIF
- INTERNAL: Returns the expression type. The type is represented by
one of the constants in the
SQLExpressionIF
interface.
- Specified by:
getType
in interface SQLExpressionIF
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2000-2012 Ontopia.