|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueIteratorProvider | |
---|---|
com.metamatrix.query.sql.lang | |
com.metamatrix.query.sql.symbol |
Uses of ValueIteratorProvider in com.metamatrix.query.sql.lang |
---|
Classes in com.metamatrix.query.sql.lang that implement ValueIteratorProvider | |
---|---|
class |
AbstractSetCriteria
This is an abstract class to define some common functionality in the two varieties of IN criteria: SetCriteria (where values are specified) and SubquerySetCriteria
(where a subquery is defined and will supply the values for the IN set). |
class |
DependentSetCriteria
The DependentSetCriteria is missing the value set until it is filled during processing. |
class |
ExistsCriteria
This predicate criteria implements the "exists" predicate, which has a subquery in it. |
class |
SetCriteria
A criteria which is true is the expression's value is a member in a list of values. |
class |
SubqueryCompareCriteria
This class implements a quantified comparison predicate. |
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 ValueIteratorProvider in com.metamatrix.query.sql.symbol |
---|
Classes in com.metamatrix.query.sql.symbol that implement ValueIteratorProvider | |
---|---|
class |
ScalarSubquery
This is an Expression implementation that can be used in a SELECT clause. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |