|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateWindowClause | |
---|---|
com.espertech.esper.client.soda | This package defines the Esper statement object model. |
Uses of CreateWindowClause in com.espertech.esper.client.soda |
---|
Methods in com.espertech.esper.client.soda that return CreateWindowClause | |
---|---|
CreateWindowClause |
CreateWindowClause.addView(java.lang.String namespace,
java.lang.String name)
Adds an un-parameterized view to the named window. |
CreateWindowClause |
CreateWindowClause.addView(java.lang.String namespace,
java.lang.String name,
Expression... parameters)
Adds a parameterized view to the named window. |
CreateWindowClause |
CreateWindowClause.addView(java.lang.String namespace,
java.lang.String name,
java.util.List<Expression> parameters)
Adds a parameterized view to the named window. |
static CreateWindowClause |
CreateWindowClause.create(java.lang.String windowName,
View... views)
Creates a clause to create a named window. |
static CreateWindowClause |
CreateWindowClause.create(java.lang.String windowName,
View view)
Creates a clause to create a named window. |
CreateWindowClause |
EPStatementObjectModel.getCreateWindow()
Returns the create-window clause for creating named windows, or null if this statement does not create a named window. |
CreateWindowClause |
CreateWindowClause.insert(boolean insert)
Sets flag indicating that an insert from another named window should take place at the time of window creation. |
CreateWindowClause |
CreateWindowClause.insertWhereClause(Expression insertWhereClause)
Sets the filter expression for inserting from another named window |
Methods in com.espertech.esper.client.soda with parameters of type CreateWindowClause | |
---|---|
void |
EPStatementObjectModel.setCreateWindow(CreateWindowClause createWindow)
Sets the create-window clause for creating named windows, or null if this statement does not create a named window. |
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |