|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateWindowDesc | |
---|---|
com.espertech.esper.core | Implementation of client package interfaces, glue code |
com.espertech.esper.epl.spec | Contains EPL statement specification classes define the constructs that make up an EPL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
Uses of CreateWindowDesc in com.espertech.esper.core |
---|
Methods in com.espertech.esper.core with parameters of type CreateWindowDesc | |
---|---|
StatementContext |
StatementContextFactoryDefault.makeContext(String statementId,
String statementName,
String expression,
boolean hasVariables,
EPServicesContext engineServices,
Map<String,Object> optAdditionalContext,
OnTriggerDesc optOnTriggerDesc,
CreateWindowDesc optCreateWindowDesc)
|
StatementContext |
StatementContextFactory.makeContext(String statementId,
String statementName,
String expression,
boolean hasVariables,
EPServicesContext engineServices,
Map<String,Object> optAdditionalContext,
OnTriggerDesc optOnTriggerDesc,
CreateWindowDesc optCreateWindowDesc)
Create a new statement context consisting of statement-level services. |
Uses of CreateWindowDesc in com.espertech.esper.epl.spec |
---|
Methods in com.espertech.esper.epl.spec that return CreateWindowDesc | |
---|---|
CreateWindowDesc |
StatementSpecRaw.getCreateWindowDesc()
Returns the create-window specification. |
CreateWindowDesc |
StatementSpecCompiled.getCreateWindowDesc()
Returns the specification for an create-window statement. |
Methods in com.espertech.esper.epl.spec with parameters of type CreateWindowDesc | |
---|---|
void |
StatementSpecRaw.setCreateWindowDesc(CreateWindowDesc createWindowDesc)
Sets the create-window specification. |
Constructors in com.espertech.esper.epl.spec with parameters of type CreateWindowDesc | |
---|---|
StatementSpecCompiled(OnTriggerDesc onTriggerDesc,
CreateWindowDesc createWindowDesc,
CreateVariableDesc createVariableDesc,
InsertIntoDesc insertIntoDesc,
SelectClauseStreamSelectorEnum selectClauseStreamSelectorEnum,
SelectClauseSpecCompiled selectClauseSpec,
List<StreamSpecCompiled> streamSpecs,
List<OuterJoinDesc> outerJoinDescList,
ExprNode filterExprRootNode,
List<ExprNode> groupByExpressions,
ExprNode havingExprRootNode,
OutputLimitSpec outputLimitSpec,
List<OrderByItem> orderByList,
List<ExprSubselectNode> subSelectExpressions,
boolean hasVariables)
Ctor. |
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |