|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateIndexColumnType | |
---|---|
com.espertech.esper.client.soda | This package defines the Esper statement object model. |
Uses of CreateIndexColumnType in com.espertech.esper.client.soda |
---|
Methods in com.espertech.esper.client.soda that return CreateIndexColumnType | |
---|---|
CreateIndexColumnType |
CreateIndexColumn.getType()
Returns the index type. |
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. |
Methods in com.espertech.esper.client.soda with parameters of type CreateIndexColumnType | |
---|---|
void |
CreateIndexColumn.setType(CreateIndexColumnType type)
Sets the index type. |
Constructors in com.espertech.esper.client.soda with parameters of type CreateIndexColumnType | |
---|---|
CreateIndexColumn(java.lang.String columnName,
CreateIndexColumnType type)
Ctor. |
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |