![]() | CreateVariableClause Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class CreateVariableClause
The CreateVariableClause type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateVariableClause |
Ctor.
|
![]() | CreateVariableClause(String) |
Ctor.
|
![]() | CreateVariableClause(String, String, Expression, Boolean) |
Ctor.
|
Name | Description | |
---|---|---|
![]() | IsArray |
Returns indictor whether array or not array.
|
![]() | IsArrayOfPrimitive |
Returns true for array of primitive values (also set the array flag)
|
![]() | IsConstant |
Returns indicator whether the variable is a constant.
|
![]() | OptionalAssignment |
Returns the optional assignment expression, or null to initialize to a null value
|
![]() | VariableName |
Returns the variable name.
|
![]() | VariableType |
Returns the variable type name.
|
Name | Description | |
---|---|---|
![]() ![]() | Create(String, String) |
Creates a create-variable syntax for declaring a variable.
|
![]() ![]() | Create(String, String, Expression) |
Creates a create-variable syntax for declaring a variable.
|
![]() | ToEPL |
RenderAny as EPL.
|