Click or drag to resize

InsertIntoClause Class

An insert-into clause consists of a stream name and column names and an optional stream selector.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaInsertIntoClause

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

The InsertIntoClause type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyColumnNames
Returns a list of column names specified optionally in the insert-into clause, or empty if none specified.
Public propertyStreamName
Returns name of stream name to use for insert-into stream.
Public propertyStreamSelector
Returns the stream selector for the insert into.
Top
Methods
See Also