Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
static CreateVariableClause |
CreateVariableClause.create(String variableType,
String variableName)
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.
|
CreateVariableClause |
EPStatementObjectModel.getCreateVariable()
Returns the create-variable clause if this is a statement creating a variable, or null if not.
|
Modifier and Type | Method and Description |
---|---|
void |
EPStatementObjectModel.setCreateVariable(CreateVariableClause createVariable)
Sets the create-variable clause if this is a statement creating a variable, or null if not.
|