![]() | CreateWindowClause Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class CreateWindowClause
The CreateWindowClause type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateWindowClause |
Ctor.
|
![]() | CreateWindowClause(String, View) |
Ctor.
|
![]() | CreateWindowClause(String, IListT) | Initializes a new instance of the CreateWindowClause class |
Name | Description | |
---|---|---|
![]() | AsEventTypeName |
Returns the as-name.
|
![]() | Columns |
Returns all columns for use when create-table syntax is used to define the named window type.
|
![]() | Insert |
Returns true if inserting from another named window, false if not.
|
![]() | InsertWhereClause |
Filter expression for inserting from another named window, or null if not inserting from another named window.
|
![]() | IsInsert |
Returns true if inserting from another named window, false if not.
|
![]() | IsRetainUnion |
Returns the retain-union flag
|
![]() | Views |
Returns the views onto the named window.
|
![]() | WindowName |
Returns the window name.
|
Name | Description | |
---|---|---|
![]() | AddView(String) |
Adds an un-parameterized view to the named window.
|
![]() | AddView(String, Expression) |
Adds a parameterized view to the named window.
|
![]() | AddView(String, IListT) | |
![]() | AddView(String, String) |
Adds an un-parameterized view to the named window.
|
![]() | AddView(String, String, Expression) |
Adds a parameterized view to the named window.
|
![]() | AddView(String, String, IListT) | |
![]() ![]() | Create(String, View) |
Creates a clause to create a named window.
|
![]() ![]() | Create(String, View) |
Creates a clause to create a named window.
|
![]() | ToEPL |
Renders the clause in textual representation.
|
![]() | ToEPLCreateTablePart |
To-EPL for create-table syntax.
|
![]() | ToEPLInsertPart |
Renders the clause in textual representation.
|
![]() | WithAsEventTypeName |
Sets the as-name.
|
![]() | WithColumn |
Adds a column for use when create-table syntax is used to define the named window type.
|
![]() | WithColumns | |
![]() | WithInsert |
Sets flag indicating that an insert from another named window should take place at the time of window creation.
|
![]() | WithInsertWhereClause |
Sets the filter expression for inserting from another named window
|
![]() | WithRetainUnion |
Sets the retain-union flag
|
![]() | WithViews | |
![]() | WithWindowName |
Sets the window name.
|