Uses of Class
com.espertech.esper.epl.expression.ExprSubselectNode

Packages that use ExprSubselectNode
com.espertech.esper.core Implementation of client package interfaces, glue code 
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 ExprSubselectNode in com.espertech.esper.core
 

Methods in com.espertech.esper.core with parameters of type ExprSubselectNode
 void SubSelectStreamCollection.add(ExprSubselectNode subselectNode, int streamNumber, Viewable viewable, ViewFactoryChain viewFactoryChain)
          Add lookup.
 Viewable SubSelectStreamCollection.getRootViewable(ExprSubselectNode subqueryNode)
          Returns the lookup viewable, child-most view.
 int SubSelectStreamCollection.getStreamNumber(ExprSubselectNode subqueryNode)
          Returns stream number.
 ViewFactoryChain SubSelectStreamCollection.getViewFactoryChain(ExprSubselectNode subqueryNode)
          Returns the lookup's view factory chain.
 

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

Subclasses of ExprSubselectNode in com.espertech.esper.epl.expression
 class ExprSubselectExistsNode
          Represents an exists-subselect in an expression tree.
 class ExprSubselectInNode
          Represents a subselect in an expression tree.
 class ExprSubselectRowNode
          Represents a subselect in an expression tree.
 

Methods in com.espertech.esper.epl.expression that return types with arguments of type ExprSubselectNode
 List<ExprSubselectNode> ExprNodeSubselectVisitor.getSubselects()
          Returns a list of lookup expression nodes.
 

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

Methods in com.espertech.esper.epl.spec that return types with arguments of type ExprSubselectNode
 List<ExprSubselectNode> StatementSpecCompiled.getSubSelectExpressions()
          Returns the list of lookup expression nodes.
 

Constructor parameters in com.espertech.esper.epl.spec with type arguments of type ExprSubselectNode
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