Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
List<CreateIndexColumn> |
CreateIndexClause.getColumns()
Returns columns.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateIndexClause.setColumns(List<CreateIndexColumn> columns)
Sets columns.
|
Constructor and Description |
---|
CreateIndexClause(String indexName,
String windowName,
List<CreateIndexColumn> columns)
Ctor.
|
CreateIndexClause(String indexName,
String windowName,
List<CreateIndexColumn> columns,
boolean unique)
Ctor.
|