Click or drag to resize

CreateVariableClause Class

Represents a create-variable syntax for creating a new variable.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaCreateVariableClause

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class CreateVariableClause

The CreateVariableClause type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIsArray
Returns indictor whether array or not array.
Public propertyIsArrayOfPrimitive
Returns true for array of primitive values (also set the array flag)
Public propertyIsConstant
Returns indicator whether the variable is a constant.
Public propertyOptionalAssignment
Returns the optional assignment expression, or null to initialize to a null value
Public propertyVariableName
Returns the variable name.
Public propertyVariableType
Returns the variable type name.
Top
Methods
  NameDescription
Public methodStatic memberCreate(String, String)
Creates a create-variable syntax for declaring a variable.
Public methodStatic memberCreate(String, String, Expression)
Creates a create-variable syntax for declaring a variable.
Public methodToEPL
RenderAny as EPL.
Top
See Also