|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateVariableClause | |
---|---|
com.espertech.esper.client.soda | This package defines the Esper statement object model. |
Uses of CreateVariableClause in com.espertech.esper.client.soda |
---|
Methods in com.espertech.esper.client.soda that return CreateVariableClause | |
---|---|
static CreateVariableClause |
CreateVariableClause.create(java.lang.String variableType,
java.lang.String variableName)
Creates a create-variable syntax for declaring a variable. |
static CreateVariableClause |
CreateVariableClause.create(java.lang.String variableType,
java.lang.String variableName,
Expression expression)
Creates a create-variable syntax for declaring a variable. |
CreateVariableClause |
EPStatementObjectModel.getCreateVariable()
Returns the create-variable clause if this is a statement creating a variable, or null if not. |
Methods in com.espertech.esper.client.soda with parameters of type CreateVariableClause | |
---|---|
void |
EPStatementObjectModel.setCreateVariable(CreateVariableClause createVariable)
Sets the create-variable clause if this is a statement creating a variable, or null if not. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |