Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
ForClauseKeyword |
ForClauseItem.getKeyword()
Returns the for-clause keyword.
|
static ForClauseKeyword |
ForClauseKeyword.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForClauseKeyword[] |
ForClauseKeyword.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ForClauseItem |
ForClauseItem.create(ForClauseKeyword keyword)
Creates a for-clause with no expressions.
|
void |
ForClauseItem.setKeyword(ForClauseKeyword keyword)
Sets the for-clause keyword.
|
Constructor and Description |
---|
ForClauseItem(ForClauseKeyword keyword)
Ctor.
|