Uses of Interface
com.espertech.esper.epl.declexpr.ExprDeclaredNode

Packages that use ExprDeclaredNode
com.espertech.esper.core.service Implementation of client package interfaces, glue code 
com.espertech.esper.core.start Classes related to start and stop of statements 
com.espertech.esper.epl.declexpr Declared expression handling. 
com.espertech.esper.epl.expression This package contains the EPL expression nodes that represent all expressions such as used in select clauses, group-by and having clauses, or order-by clauses 
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 ExprDeclaredNode in com.espertech.esper.core.service
 

Method parameters in com.espertech.esper.core.service with type arguments of type ExprDeclaredNode
protected static StatementSpecCompiled StatementLifecycleSvcImpl.compile(StatementSpecRaw spec, java.lang.String eplStatement, StatementContext statementContext, boolean isSubquery, java.lang.annotation.Annotation[] annotations, java.util.List<ExprSubselectNode> subselectNodes, java.util.List<ExprDeclaredNode> declaredNodes, EPServicesContext servicesContext)
          Compiles a statement returning the compile (verified, non-serializable) form of a statement.
 

Uses of ExprDeclaredNode in com.espertech.esper.core.start
 

Methods in com.espertech.esper.core.start with parameters of type ExprDeclaredNode
protected static SubSelectStrategyCollection EPStatementStartMethodHelperSubselect.planSubSelect(EPServicesContext services, StatementContext statementContext, boolean queryPlanLogging, SubSelectActivationCollection subSelectStreamDesc, java.lang.String[] outerStreamNames, EventType[] outerEventTypesSelect, java.lang.String[] outerEventTypeNamees, java.util.List<StopCallback> stopCallbacks, java.lang.annotation.Annotation[] annotations, ExprDeclaredNode[] declaredExpressions, ContextPropertyRegistry contextPropertyRegistry)
           
 

Uses of ExprDeclaredNode in com.espertech.esper.epl.declexpr
 

Classes in com.espertech.esper.epl.declexpr that implement ExprDeclaredNode
 class ExprDeclaredNodeImpl
          Expression instance as declared elsewhere.
 

Uses of ExprDeclaredNode in com.espertech.esper.epl.expression
 

Fields in com.espertech.esper.epl.expression declared as ExprDeclaredNode
static ExprDeclaredNode[] ExprNodeUtility.EMPTY_DECLARED_ARR
           
 

Methods in com.espertech.esper.epl.expression that return ExprDeclaredNode
static ExprDeclaredNode[] ExprNodeUtility.toArray(java.util.List<ExprDeclaredNode> declaredNodes)
           
 

Methods in com.espertech.esper.epl.expression that return types with arguments of type ExprDeclaredNode
 java.util.List<ExprDeclaredNode> ExprNodeSubselectDeclaredDotVisitor.getDeclaredExpressions()
           
 

Method parameters in com.espertech.esper.epl.expression with type arguments of type ExprDeclaredNode
static ExprDeclaredNode[] ExprNodeUtility.toArray(java.util.List<ExprDeclaredNode> declaredNodes)
           
 

Uses of ExprDeclaredNode in com.espertech.esper.epl.spec
 

Methods in com.espertech.esper.epl.spec that return ExprDeclaredNode
 ExprDeclaredNode[] StatementSpecCompiled.getDeclaredExpressions()
           
 

Constructors in com.espertech.esper.epl.spec with parameters of type ExprDeclaredNode
StatementSpecCompiled(OnTriggerDesc onTriggerDesc, CreateWindowDesc createWindowDesc, CreateIndexDesc createIndexDesc, CreateVariableDesc createVariableDesc, CreateSchemaDesc createSchemaDesc, InsertIntoDesc insertIntoDesc, SelectClauseStreamSelectorEnum selectClauseStreamSelectorEnum, SelectClauseSpecCompiled selectClauseSpec, StreamSpecCompiled[] streamSpecs, OuterJoinDesc[] outerJoinDescList, ExprNode filterExprRootNode, ExprNode[] groupByExpressions, 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)
          Ctor.
 


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