|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForClauseKeyword | |
---|---|
com.espertech.esper.client.soda | This package defines the Esper statement object model. |
Uses of ForClauseKeyword in com.espertech.esper.client.soda |
---|
Methods in com.espertech.esper.client.soda that return ForClauseKeyword | |
---|---|
ForClauseKeyword |
ForClauseItem.getKeyword()
Returns the for-clause keyword. |
static ForClauseKeyword |
ForClauseKeyword.valueOf(java.lang.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. |
Methods in com.espertech.esper.client.soda with parameters of type ForClauseKeyword | |
---|---|
static ForClauseItem |
ForClauseItem.create(ForClauseKeyword keyword)
Creates a for-clause with no expressions. |
void |
ForClauseItem.setKeyword(ForClauseKeyword keyword)
Sets the for-clause keyword. |
Constructors in com.espertech.esper.client.soda with parameters of type ForClauseKeyword | |
---|---|
ForClauseItem(ForClauseKeyword keyword)
Ctor. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |