Click or drag to resize

OnInsertSplitStreamItem Class

Items within the split-stream syntax to contain a tuple of insert-into, select and where-clause.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaOnInsertSplitStreamItem

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

The OnInsertSplitStreamItem type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyInsertInto
Returns the insert-into clause.
Public propertyPropertySelects
Returns contained-event selection, if any.
Public propertyPropertySelectsStreamName
Returns the stream name assigned to contained-event selects, or null
Public propertySelectClause
Returns the select-clause.
Public propertyWhereClause
Returns the optional where-clause.
Top
Methods
See Also