|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SubqueryContainer in com.metamatrix.query.eval |
---|
Methods in com.metamatrix.query.eval with parameters of type SubqueryContainer | |
---|---|
protected ValueIterator |
Evaluator.evaluateSubquery(SubqueryContainer container,
java.util.List tuple)
|
Uses of SubqueryContainer in com.metamatrix.query.optimizer.relational.plantree |
---|
Methods in com.metamatrix.query.optimizer.relational.plantree that return types with arguments of type SubqueryContainer | |
---|---|
java.util.List<SubqueryContainer> |
PlanNode.getSubqueryContainers()
|
Uses of SubqueryContainer in com.metamatrix.query.processor.relational |
---|
Methods in com.metamatrix.query.processor.relational with parameters of type SubqueryContainer | |
---|---|
protected ValueIterator |
SubqueryAwareEvaluator.evaluateSubquery(SubqueryContainer container,
java.util.List tuple)
|
Uses of SubqueryContainer in com.metamatrix.query.sql.lang |
---|
Classes in com.metamatrix.query.sql.lang that implement SubqueryContainer | |
---|---|
class |
ExistsCriteria
This predicate criteria implements the "exists" predicate, which has a subquery in it. |
class |
SubqueryCompareCriteria
This class implements a quantified comparison predicate. |
class |
SubqueryFromClause
A FROM subpart that represents a subquery. |
class |
SubquerySetCriteria
A criteria which is true is the expression's value is a member in a list of values returned from a subquery. |
Uses of SubqueryContainer in com.metamatrix.query.sql.proc |
---|
Classes in com.metamatrix.query.sql.proc that implement SubqueryContainer | |
---|---|
class |
AssignmentStatement
This class represents an assignment statement in the storedprocedure language. |
class |
CommandStatement
This class represents a variable assignment statement in the storedprocedure language. |
class |
DeclareStatement
This class represents a statement used to declare variables in the storedprocedure language. |
class |
LoopStatement
This class represents a loop statement in the storedprocedure language to cursor through a result set. |
class |
RaiseErrorStatement
This class represents a error assignment statement in the storedprocedure language. |
Uses of SubqueryContainer in com.metamatrix.query.sql.symbol |
---|
Classes in com.metamatrix.query.sql.symbol that implement SubqueryContainer | |
---|---|
class |
ScalarSubquery
This is an Expression implementation that can be used in a SELECT clause. |
Uses of SubqueryContainer in com.metamatrix.query.sql.visitor |
---|
Methods in com.metamatrix.query.sql.visitor that return types with arguments of type SubqueryContainer | |
---|---|
java.util.List<SubqueryContainer> |
ValueIteratorProviderCollectorVisitor.getValueIteratorProviders()
Get the value iterator providers collected by the visitor. |
static java.util.List<SubqueryContainer> |
ValueIteratorProviderCollectorVisitor.getValueIteratorProviders(java.util.Collection<? extends LanguageObject> languageObjects)
|
static java.util.List<SubqueryContainer> |
ValueIteratorProviderCollectorVisitor.getValueIteratorProviders(LanguageObject obj)
Helper to quickly get the ValueIteratorProvider instances from obj |
Method parameters in com.metamatrix.query.sql.visitor with type arguments of type SubqueryContainer | |
---|---|
static void |
ValueIteratorProviderCollectorVisitor.getValueIteratorProviders(LanguageObject obj,
java.util.List<SubqueryContainer> valueIteratorProviders)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |