Uses of Class
com.espertech.esper.common.client.soda.CreateVariableClause
Package
Description
This package defines the Esper statement object model.
-
Uses of CreateVariableClause in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionstatic CreateVariableClause
Creates a create-variable syntax for declaring a variable.static CreateVariableClause
CreateVariableClause.create
(String variableType, String variableName, Expression expression) Creates a create-variable syntax for declaring a variable.EPStatementObjectModel.getCreateVariable()
Returns the create-variable clause if this is a statement creating a variable, or null if not.Modifier and TypeMethodDescriptionvoid
EPStatementObjectModel.setCreateVariable
(CreateVariableClause createVariable) Sets the create-variable clause if this is a statement creating a variable, or null if not.