Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
static ForClauseItem |
ForClauseItem.create(ForClauseKeyword keyword)
Creates a for-clause with no expressions.
|
Modifier and Type | Method and Description |
---|---|
List<ForClauseItem> |
ForClause.getItems()
Returns for-clause items.
|
Modifier and Type | Method and Description |
---|---|
void |
ForClause.setItems(List<ForClauseItem> items)
Sets for-clause items.
|