Uses of Class
com.espertech.esper.common.client.soda.CreateWindowClause
Package
Description
This package defines the Esper statement object model.
-
Uses of CreateWindowClause in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionAdds an un-parameterized view to the named window.CreateWindowClause.addView
(String name, Expression... parameters) Adds a parameterized view to the named window.Adds an un-parameterized view to the named window.CreateWindowClause.addView
(String namespace, String name, Expression... parameters) Adds a parameterized view to the named window.CreateWindowClause.addView
(String namespace, String name, List<Expression> parameters) Adds a parameterized view to the named window.CreateWindowClause.addView
(String name, List<Expression> parameters) Adds a parameterized view to the named window.static CreateWindowClause
Creates a clause to create a named window.static CreateWindowClause
Creates a clause to create a named window.EPStatementObjectModel.getCreateWindow()
Returns the create-window clause for creating named windows, or null if this statement does not create a named window.CreateWindowClause.insert
(boolean insert) Sets flag indicating that an insert from another named window should take place at the time of window creation.CreateWindowClause.insertWhereClause
(Expression insertWhereClause) Sets the filter expression for inserting from another named windowCreateWindowClause.setAsEventTypeName
(String asEventTypeName) Sets the as-name.Modifier and TypeMethodDescriptionvoid
EPStatementObjectModel.setCreateWindow
(CreateWindowClause createWindow) Sets the create-window clause for creating named windows, or null if this statement does not create a named window.