Package wt.query
Class LogicalOperator
java.lang.Object
wt.query.SQLOperator
wt.query.LogicalOperator
- All Implemented Interfaces:
Serializable
This class represents a Logical Operator.
This class defines the following static final Logical Operators: AND
and OR.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LogicalOperatorSpecifies an AND logical operator.static final LogicalOperatorSpecifies an OR logical operator. -
Method Summary
-
Field Details
-
AND
Specifies an AND logical operator.
Supported API: true -
OR
Specifies an OR logical operator.
Supported API: true
-