Click or drag to resize

CreateWindowClause Class

Create a named window, defining the parameter of the named window such as window name and data window view name(s).
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaCreateWindowClause

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

The CreateWindowClause type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAsEventTypeName
Returns the as-name.
Public propertyColumns
Returns all columns for use when create-table syntax is used to define the named window type.
Public propertyInsert
Returns true if inserting from another named window, false if not.
Public propertyInsertWhereClause
Filter expression for inserting from another named window, or null if not inserting from another named window.
Public propertyIsInsert
Returns true if inserting from another named window, false if not.
Public propertyIsRetainUnion
Returns the retain-union flag
Public propertyViews
Returns the views onto the named window.
Public propertyWindowName
Returns the window name.
Top
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