![]() | OnInsertSplitStreamClause Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class OnInsertSplitStreamClause : OnClause
The OnInsertSplitStreamClause type exposes the following members.
Name | Description | |
---|---|---|
![]() | OnInsertSplitStreamClause | Ctor. |
![]() | OnInsertSplitStreamClause(Boolean, ListT) | Initializes a new instance of the OnInsertSplitStreamClause class |
Name | Description | |
---|---|---|
![]() | IsFirst |
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.
|
![]() | Items |
Returns a list of insert-into, select and where-clauses.
|
Name | Description | |
---|---|---|
![]() | AddItem |
Add a insert-into, select and where-clause.
|
![]() ![]() | Create | Creates an split-stream on-insert clause considering only the first where-clause that matches. |
![]() ![]() | Create(Boolean, ListT) | |
![]() | ToEPL | Renders the clause in textual representation. |