Click or drag to resize

CreateWindowClause Methods

The CreateWindowClause type exposes the following members.

Methods
  NameDescription
Public methodAddView(String)
Adds an un-parameterized view to the named window.
Public methodAddView(String, Expression)
Adds a parameterized view to the named window.
Public methodAddView(String, IListT)
Public methodAddView(String, String)
Adds an un-parameterized view to the named window.
Public methodAddView(String, String, Expression)
Adds a parameterized view to the named window.
Public methodAddView(String, String, IListT)
Public methodStatic memberCreate(String, View)
Creates a clause to create a named window.
Public methodStatic memberCreate(String, View)
Creates a clause to create a named window.
Public methodToEPL
Renders the clause in textual representation.
Public methodToEPLCreateTablePart
To-EPL for create-table syntax.
Public methodToEPLInsertPart
Renders the clause in textual representation.
Public methodWithAsEventTypeName
Sets the as-name.
Public methodWithColumn
Adds a column for use when create-table syntax is used to define the named window type.
Public methodWithColumns
Public methodWithInsert
Sets flag indicating that an insert from another named window should take place at the time of window creation.
Public methodWithInsertWhereClause
Sets the filter expression for inserting from another named window
Public methodWithRetainUnion
Sets the retain-union flag
Public methodWithViews
Public methodWithWindowName
Sets the window name.
Top
See Also