Click or drag to resize

ForClauseItem Class

An item in a for-clause for controlling delivery of result events to listeners and subscribers.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaForClauseItem

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

The ForClauseItem type exposes the following members.

Constructors
  NameDescription
Public methodForClauseItem
Ctor.

Must set a keyword and optionally add expressions.

Public methodForClauseItem(ForClauseKeyword)
Ctor.
Top
Properties
  NameDescription
Public propertyExpressions
Returns for-clause expressions.
Public propertyKeyword
Returns the for-clause keyword.
Top
Methods
  NameDescription
Public methodStatic memberCreate
Creates a for-clause with no expressions.
Public methodToEPL
Renders the clause in textual representation.
Top
See Also