[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Classes
Class | Description | |
---|---|---|
![]() | BitWiseOpEnum |
Enum representing relational types of operation.
|
![]() | BoolValue |
Placeholder for a boolean value in an event expression.
|
![]() | ByteValue |
Placeholder for a byte value in an event expression.
|
![]() | DoubleValue |
Placeholder for a double value in an event expression.
|
![]() | FloatValue |
Placeholder for a float value in an event expression.
|
![]() | IntValue |
Placeholder for an integer value in an event expression.
|
![]() | LongValue |
Placeholder for a long-typed value in an event expression.
|
![]() | MathArithTypeEnum |
Enumeration for the type of arithmatic to use.
|
![]() | MinMaxTypeEnum |
Enumeration for the type of arithmatic to use.
|
![]() | PrimitiveValueBase |
Abstract class for literal values supplied in an event expression string and prepared expression values supplied
by set methods.
|
![]() | PrimitiveValueFactory |
Factory class for PrimitiveValue for all fundamental Java types.
|
![]() | PrimitiveValueType |
Enumeration of types of primitive values.
|
![]() | RelationalOpEnum |
Enum representing relational types of operation.
|
![]() | ShortValue |
Placeholder for a short-typed value in an event expression.
|
![]() | StringValue |
Placeholder for a String value in an event expression.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | PrimitiveValue |
Classes implementing this interface are responsible for parsing, setting and getting the value of
the different basic Java data types that occur in an event expression.
Placeholders represent all literal values in event expressions and set values in prepared event expressions.
|
Delegates
Delegate | Description | |
---|---|---|
![]() | Computer | Computer for relational op. |
![]() | Computer |
Interface for number cruncher.
|
![]() | Computer |
Delegate for computing a relational operation on two objects.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | OuterJoinType | Enum for the type of outer join. |