|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueIterator | |
---|---|
com.metamatrix.query.eval | |
com.metamatrix.query.processor.relational | |
com.metamatrix.query.sql.lang | |
com.metamatrix.query.sql.util |
Uses of ValueIterator in com.metamatrix.query.eval |
---|
Methods in com.metamatrix.query.eval that return ValueIterator | |
---|---|
protected ValueIterator |
Evaluator.evaluateSubquery(SubqueryContainer container,
java.util.List tuple)
|
Uses of ValueIterator in com.metamatrix.query.processor.relational |
---|
Methods in com.metamatrix.query.processor.relational that return ValueIterator | |
---|---|
protected ValueIterator |
SubqueryAwareEvaluator.evaluateSubquery(SubqueryContainer container,
java.util.List tuple)
|
ValueIterator |
DependentValueSource.getValueIterator(Expression valueExpression)
|
Uses of ValueIterator in com.metamatrix.query.sql.lang |
---|
Classes in com.metamatrix.query.sql.lang that implement ValueIterator | |
---|---|
class |
CollectionValueIterator
|
Uses of ValueIterator in com.metamatrix.query.sql.util |
---|
Methods in com.metamatrix.query.sql.util that return ValueIterator | |
---|---|
ValueIterator |
ValueIteratorSource.getValueIterator(Expression valueExpression)
Attempt to obtain a ValueIterator from this source. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |