Click or drag to resize

ForClause Class

A for-clause is a means to specify listener and observer delivery.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaForClause

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

The ForClause type exposes the following members.

Constructors
  NameDescription
Public methodForClause
Initializes a new instance of the ForClause class.
Top
Properties
  NameDescription
Public propertyItems
Returns for-clause items.
Top
Methods
  NameDescription
Public methodStatic memberCreate
Creates an empty group-by clause, to add to via add methods.
Public methodToEPL
Renders the clause in textual representation.
Top
See Also