Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
static ForClause |
ForClause.create()
Creates an empty group-by clause, to add to via add methods.
|
ForClause |
EPStatementObjectModel.getForClause()
Returns the for-clause.
|
Modifier and Type | Method and Description |
---|---|
void |
EPStatementObjectModel.setForClause(ForClause forClause)
Sets the for-clause.
|