![]() | CreateWindowClause Methods |
The CreateWindowClause type exposes the following members.
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.
|