|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateVariableDesc | |
---|---|
net.esper.eql.spec | Contains EQL statement specification classes define the constructs that make up an EQL statement, such as the list of items in the select clause, the insert-into stream name and property names etc. |
Uses of CreateVariableDesc in net.esper.eql.spec |
---|
Methods in net.esper.eql.spec that return CreateVariableDesc | |
---|---|
CreateVariableDesc |
StatementSpecRaw.getCreateVariableDesc()
Returns the descriptor for create-variable statements. |
CreateVariableDesc |
StatementSpecCompiled.getCreateVariableDesc()
Returns the create-variable statement descriptor. |
Methods in net.esper.eql.spec with parameters of type CreateVariableDesc | |
---|---|
void |
StatementSpecRaw.setCreateVariableDesc(CreateVariableDesc createVariableDesc)
Sets the descriptor for create-variable statements, if this is one. |
Constructors in net.esper.eql.spec with parameters of type CreateVariableDesc | |
---|---|
StatementSpecCompiled(OnTriggerDesc onTriggerDesc,
CreateWindowDesc createWindowDesc,
CreateVariableDesc createVariableDesc,
InsertIntoDesc insertIntoDesc,
SelectClauseStreamSelectorEnum selectClauseStreamSelectorEnum,
SelectClauseSpec 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 |