Uses of Class
com.tangosol.coherence.dslquery.operator.BaseOperator
Package
Description
Contains packages and classes supporting the Coherence CohQL command line tool.
This package contains implementations of the
BaseOperator
interface.-
Uses of BaseOperator in com.tangosol.coherence.dslquery
Modifier and TypeFieldDescriptionprotected Map
<CharSequence, BaseOperator> CoherenceQueryLanguage.m_mapOperators
The map of CohQL operators.Modifier and TypeMethodDescriptionCoherenceQueryLanguage.getOperator
(String sSymbol) Return theBaseOperator
mapped to the given symbol.Modifier and TypeMethodDescriptionprotected Map
<CharSequence, BaseOperator> CoherenceQueryLanguage.initializeOperatorMap()
Initialize the CohQL operators Map with all of the built-in CohQL operators and return the Map.Modifier and TypeMethodDescriptionvoid
CoherenceQueryLanguage.addOperator
(BaseOperator operator) Add the custom operator to the CohQL language. -
Uses of BaseOperator in com.tangosol.coherence.dslquery.operator
Modifier and TypeClassDescriptionclass
ABaseOperator
implementation representing the addition (+) operator.class
An operator representing a logical AND (&&).class
An operator representing the "between" conditional operator.class
A base class for comparison operators, which are operators that are used in conditional clauses such as equals, greater than, less than, etc.class
An operator representing the conditional "contains all" operation.class
An operator representing the conditional "contains any" operation.class
An operator representing the conditional "contains" operation.class
An operator representing the conditional mathematical division operation.class
An operator implementation representing the equality operator.class
A class representing the conditional greater than or equal to operator.class
A class representing the greater than operator.class
A class representing the case-insensitive "ilike" operator.class
A class representing the "in"operator.class
A class representing the logical less than or equal to operator.class
A class representing the logical less than or equal to operator.class
A class representing the "like" operator.class
An operator representing the mathematical multiplication operation.class
A class representing the not equals operator.class
A class representing the logical OR operator.class
An operator representing the conditional mathematical subtraction operation.class
A class representing the logical XOR operator.Modifier and TypeMethodDescriptionabstract BaseOperator
<ComparisonFilter> ComparisonOperator.flip()
Return the operator to use if this operation needs to be flipped due to the CohQL statement having the literal on the left hand side.