Click or drag to resize

OnInsertSplitStreamClause Class

A clause to insert into zero, one or more streams based on criteria.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaOnClause
    com.espertech.esper.common.client.sodaOnInsertSplitStreamClause

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

The OnInsertSplitStreamClause type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIsFirst
Returns true for firing the insert-into for only the first where-clause that matches, or false for firing the insert-into for all where-clauses that match.
Public propertyItems
Returns a list of insert-into, select and where-clauses.
Top
Methods
  NameDescription
Public methodAddItem
Add a insert-into, select and where-clause.
Public methodStatic memberCreate
Creates an split-stream on-insert clause considering only the first where-clause that matches.
Public methodStatic memberCreate(Boolean, ListT)
Public methodToEPL
Renders the clause in textual representation.
Top
See Also