![]() | OnInsertSplitStreamItem Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class OnInsertSplitStreamItem
The OnInsertSplitStreamItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | OnInsertSplitStreamItem | Ctor. |
![]() | OnInsertSplitStreamItem(InsertIntoClause, SelectClause, Expression) |
Ctor.
|
![]() | OnInsertSplitStreamItem(InsertIntoClause, SelectClause, IListT, Void, ContainedEventSelect) | Initializes a new instance of the OnInsertSplitStreamItem class |
Name | Description | |
---|---|---|
![]() | InsertInto |
Returns the insert-into clause.
|
![]() | PropertySelects |
Returns contained-event selection, if any.
|
![]() | PropertySelectsStreamName |
Returns the stream name assigned to contained-event selects, or null
|
![]() | SelectClause |
Returns the select-clause.
|
![]() | WhereClause |
Returns the optional where-clause.
|
Name | Description | |
---|---|---|
![]() ![]() | Create(InsertIntoClause, SelectClause, Expression) |
Factory method for split-stream items.
|
![]() ![]() | Create(InsertIntoClause, SelectClause, IListT, Void, ContainedEventSelect) |