Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
CreateTableClause |
EPStatementObjectModel.getCreateTable()
Returns the create-table clause if present or null if not present
|
Modifier and Type | Method and Description |
---|---|
void |
EPStatementObjectModel.setCreateTable(CreateTableClause createTable)
Sets the create-table clause if present or null if not present
|