| Package | Description |
|---|---|
| com.tangosol.coherence.dslquery | |
| com.tangosol.coherence.dslquery.operator |
This package contains implementations of the
com.tangosol.coherence.dslquery.BaseOperator
interface. |
| Class and Description |
|---|
| BaseOperator
A base class for CohQL Operator implementations.
|
| Class and Description |
|---|
| AdditionOperator
A
BaseOperator implementation representing the
addition (+) operator. |
| AndOperator
An operator representing a logical AND (&&).
|
| BaseOperator
A base class for CohQL Operator implementations.
|
| BetweenOperator
An operator representing the "between" conditional operator.
|
| ComparisonOperator
A base class for comparison operators, which are operators
that are used in conditional clauses such as equals, greater than,
less than, etc.
|
| ContainsAllOperator
An operator representing the conditional "contains all" operation.
|
| ContainsAnyOperator
An operator representing the conditional "contains any" operation.
|
| ContainsOperator
An operator representing the conditional "contains" operation.
|
| DivisionOperator
An operator representing the conditional mathematical division operation.
|
| EqualsOperator
An operator implementation representing the equality operator.
|
| GreaterEqualsOperator
A class representing the conditional greater than or equal to operator.
|
| GreaterOperator
A class representing the greater than operator.
|
| InOperator
A class representing the "in"operator.
|
| LessEqualsOperator
A class representing the logical less than or equal to operator.
|
| LessOperator
A class representing the logical less than or equal to operator.
|
| LikeOperator
A class representing the "like" operator.
|
| MultiplicationOperator
An operator representing the mathematical multiplication operation.
|
| NotEqualsOperator
A class representing the not equals operator.
|
| OrOperator
A class representing the logical OR operator.
|
| SubtractionOperator
An operator representing the conditional mathematical subtraction operation.
|
| XorOperator
A class representing the logical XOR operator.
|