Package | Description |
---|---|
com.espertech.esper.epl.spec |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
Modifier and Type | Method and Description |
---|---|
CreateIndexType |
CreateIndexItem.getType() |
static CreateIndexType |
CreateIndexType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CreateIndexType[] |
CreateIndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CreateIndexItem(java.lang.String name,
CreateIndexType type) |