Uses of Class
com.espertech.esper.common.client.soda.CreateVariableClause
Packages that use CreateVariableClause
Package
Description
This package defines the Esper statement object model.
-
Uses of CreateVariableClause in com.espertech.esper.common.client.soda
Methods in com.espertech.esper.common.client.soda that return CreateVariableClauseModifier 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.Methods in com.espertech.esper.common.client.soda with parameters of type CreateVariableClauseModifier and TypeMethodDescriptionvoid
EPStatementObjectModel.setCreateVariable
(CreateVariableClause createVariable) Sets the create-variable clause if this is a statement creating a variable, or null if not.