Click or drag to resize

CreateExpressionClause Class

Clause for creating an expression for use across one or more statements.

Both expressions and scripts can be created using this clause.

Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaCreateExpressionClause

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

The CreateExpressionClause type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyExpressionDeclaration
Returns the expression declaration or null if script instead.
Public propertyScriptExpression
Returns the script expression or null if declaring an EPL expression.
Top
Methods
  NameDescription
Public methodToEPL
EPL output
Top
See Also