[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Classes

  ClassDescription
public classBitWiseOpEnum
Enum representing relational types of operation.

public classBoolValue
Placeholder for a boolean value in an event expression.

public classByteValue
Placeholder for a byte value in an event expression.

public classDoubleValue
Placeholder for a double value in an event expression.

public classFloatValue
Placeholder for a float value in an event expression.

public classIntValue
Placeholder for an integer value in an event expression.

public classLongValue
Placeholder for a long-typed value in an event expression.

public classMathArithTypeEnum
Enumeration for the type of arithmatic to use.

public classMinMaxTypeEnum
Enumeration for the type of arithmatic to use.

public classPrimitiveValueBase
Abstract class for literal values supplied in an event expression string and prepared expression values supplied by set methods.

public classPrimitiveValueFactory
Factory class for PrimitiveValue for all fundamental Java types.

public classPrimitiveValueType
Enumeration of types of primitive values.

public classRelationalOpEnum
Enum representing relational types of operation.

public classShortValue
Placeholder for a short-typed value in an event expression.

public classStringValue
Placeholder for a String value in an event expression.

Interfaces

  InterfaceDescription
public interfacePrimitiveValue
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

  DelegateDescription
public delegateComputer
Computer for relational op.

public delegateComputer
Interface for number cruncher.

public delegateComputer
Delegate for computing a relational operation on two objects.

Enumerations

  EnumerationDescription
public enumerationOuterJoinType
Enum for the type of outer join.