Class JDOSetOperation
java.lang.Object
net.ontopia.persistence.query.jdo.JDOSetOperation
- All Implemented Interfaces:
JDOExpressionIF
INTERNAL: JDOQL set operation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intprotected intprotected Liststatic final intstatic final intFields inherited from interface net.ontopia.persistence.query.jdo.JDOExpressionIF
AND, BOOLEAN, CONTAINS, ENDS_WITH, EQUALS, IS_EMPTY, LIKE, NOT, NOT_EQUALS, OR, SET_OPERATION, STARTS_WITH, VALUE_EXPRESSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetSets()intgetType()INTERNAL: Returns the type of JDO expression indicated by one of the constants in theJDOExpressionIFinterface.toString()voidvisit(JDOVisitorIF visitor) INTERNAL: Allows the value to be visited.
-
Field Details
-
UNION
public static final int UNION- See Also:
-
UNION_ALL
public static final int UNION_ALL- See Also:
-
INTERSECT
public static final int INTERSECT- See Also:
-
INTERSECT_ALL
public static final int INTERSECT_ALL- See Also:
-
EXCEPT
public static final int EXCEPT- See Also:
-
EXCEPT_ALL
public static final int EXCEPT_ALL- See Also:
-
sets
-
operator
protected int operator
-
-
Constructor Details
-
JDOSetOperation
-
-
Method Details
-
getOperator
public int getOperator() -
getSets
-
getType
public int getType()Description copied from interface:JDOExpressionIFINTERNAL: Returns the type of JDO expression indicated by one of the constants in theJDOExpressionIFinterface.- Specified by:
getTypein interfaceJDOExpressionIF
-
toString
-
visit
Description copied from interface:JDOExpressionIFINTERNAL: Allows the value to be visited. This method is used for retrieval of nested data in expressions.- Specified by:
visitin interfaceJDOExpressionIF
-