Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
static CreateIndexColumnType |
CreateIndexColumnType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CreateIndexColumnType[] |
CreateIndexColumnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CreateIndexColumn(java.lang.String columnName,
CreateIndexColumnType type)
Ctor.
|