Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
IntoTableClause |
EPStatementObjectModel.getIntoTableClause()
Returns the into-table clause, or null if none found.
|
Modifier and Type | Method and Description |
---|---|
void |
EPStatementObjectModel.setIntoTableClause(IntoTableClause intoTableClause)
Sets the into-table clause, or null if none found.
|