Uses of Class
com.espertech.esper.epl.spec.CreateWindowDesc

Packages that use CreateWindowDesc
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.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, CreateIndexDesc createIndexDesc, CreateVariableDesc createVariableDesc, CreateTableDesc createTableDesc, CreateSchemaDesc createSchemaDesc, InsertIntoDesc insertIntoDesc, SelectClauseStreamSelectorEnum selectClauseStreamSelectorEnum, SelectClauseSpecCompiled selectClauseSpec, StreamSpecCompiled[] streamSpecs, OuterJoinDesc[] outerJoinDescList, ExprNode filterExprRootNode, ExprNode havingExprRootNode, OutputLimitSpec outputLimitSpec, OrderByItem[] orderByList, ExprSubselectNode[] subSelectExpressions, ExprDeclaredNode[] declaredExpressions, java.util.Set<java.lang.String> variableReferences, RowLimitSpec rowLimitSpec, java.lang.String[] eventTypeReferences, java.lang.annotation.Annotation[] annotations, UpdateDesc updateSpec, MatchRecognizeSpec matchRecognizeSpec, ForClauseSpec forClauseSpec, java.util.Map<java.lang.Integer,java.util.List<ExprNode>> sqlParameters, CreateContextDesc contextDesc, java.lang.String optionalContextName, CreateDataFlowDesc createGraphDesc, CreateExpressionDesc createExpressionDesc, FireAndForgetSpec fireAndForgetSpec, GroupByClauseExpressions groupByExpressions, IntoTableSpec intoTableSpec, ExprTableAccessNode[] tableNodes)
          Ctor.
 


© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com