All the operators in this package extend the base class
ComparativeOperator and implement either BinaryOperator or
UnaryOperator depending on the type of operator (binary or unary), but the
concrete multi-operand operator doesn't implement any of these interfaces.
This package provides following comparative operators that can be used to construct a relational expression.
|
Abstract base class for all Comparative Operators. |
|
|
Implementation of the Equals operator. |
|
|
Implementation of the GreaterOrEquals operator. |
|
|
Implementation of the GreaterThan operator. |
|
|
Implementation of the LessOrEquals operator. |
|
|
Implementation of the LessThan operator. |
|
|
Implementation of the NotEquals operator. |