![]() | InsertIntoClause Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class InsertIntoClause
The InsertIntoClause type exposes the following members.
Name | Description | |
---|---|---|
![]() | InsertIntoClause | Ctor. |
![]() | InsertIntoClause(String) | Ctor. |
![]() | InsertIntoClause(String, String) | Ctor. |
![]() | InsertIntoClause(String, IListT, Void) | Initializes a new instance of the InsertIntoClause class |
Name | Description | |
---|---|---|
![]() | ColumnNames | Returns a list of column names specified optionally in the insert-into clause, or empty if none specified. |
![]() | StreamName | Returns name of stream name to use for insert-into stream. |
![]() | StreamSelector | Returns the stream selector for the insert into. |
Name | Description | |
---|---|---|
![]() | Add | Add a column name to the insert-into clause. |
![]() ![]() | Create(String) | Creates the insert-into clause. |
![]() ![]() | Create(String, String) | Creates the insert-into clause. |
![]() ![]() | Create(String, String, StreamSelector) | Creates the insert-into clause. |
![]() | ToEPL | Renders the clause in textual representation. |