Uses of Class
com.tangosol.coherence.dslquery.operator.BaseOperator
Packages that use 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.dslqueryFields in com.tangosol.coherence.dslquery with type parameters of type BaseOperatorModifier and TypeFieldDescriptionprotected Map<CharSequence, BaseOperator> CoherenceQueryLanguage.m_mapOperatorsThe map of CohQL operators.Methods in com.tangosol.coherence.dslquery that return BaseOperatorModifier and TypeMethodDescriptionCoherenceQueryLanguage.getOperator(String sSymbol) Return theBaseOperatormapped to the given symbol.Methods in com.tangosol.coherence.dslquery that return types with arguments of type BaseOperatorModifier and TypeMethodDescriptionprotected Map<CharSequence, BaseOperator> CoherenceQueryLanguage.initializeOperatorMap()Initialize the CohQL operators Map with all of the built-in CohQL operators and return the Map.Methods in com.tangosol.coherence.dslquery with parameters of type BaseOperatorModifier and TypeMethodDescriptionvoidCoherenceQueryLanguage.addOperator(BaseOperator operator) Add the custom operator to the CohQL language.
- 
Uses of BaseOperator in com.tangosol.coherence.dslquery.operatorSubclasses of BaseOperator in com.tangosol.coherence.dslquery.operatorModifier and TypeClassDescriptionclassABaseOperatorimplementation representing the addition (+) operator.classAn operator representing a logical AND (&&).classAn operator representing the "between" conditional operator.classA base class for comparison operators, which are operators that are used in conditional clauses such as equals, greater than, less than, etc.classAn operator representing the conditional "contains all" operation.classAn operator representing the conditional "contains any" operation.classAn operator representing the conditional "contains" operation.classAn operator representing the conditional mathematical division operation.classAn operator implementation representing the equality operator.classA class representing the conditional greater than or equal to operator.classA class representing the greater than operator.classA class representing the case-insensitive "ilike" operator.classA class representing the "in"operator.classA class representing the logical less than or equal to operator.classA class representing the logical less than or equal to operator.classA class representing the "like" operator.classAn operator representing the mathematical multiplication operation.classA class representing the not equals operator.classA class representing the logical OR operator.classAn operator representing the conditional mathematical subtraction operation.classA class representing the logical XOR operator.Methods in com.tangosol.coherence.dslquery.operator that return BaseOperatorModifier 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.