|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PredicateCriteria | |
---|---|
com.metamatrix.query.sql.lang | |
com.metamatrix.query.sql.proc |
Uses of PredicateCriteria in com.metamatrix.query.sql.lang |
---|
Subclasses of PredicateCriteria in com.metamatrix.query.sql.lang | |
---|---|
class |
AbstractCompareCriteria
The common functionality of a CompareCriteria and a
SubqueryCompareCriteria . |
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 |
BetweenCriteria
Represents criteria such as: " |
class |
CompareCriteria
A criteria which represents a simple operator relationship between two expressions. |
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 |
IsNullCriteria
Represents criteria such as: " |
class |
MatchCriteria
This class represents a criteria involving a string expression to be matched against a string expression match value. |
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 PredicateCriteria in com.metamatrix.query.sql.proc |
---|
Subclasses of PredicateCriteria in com.metamatrix.query.sql.proc | |
---|---|
class |
HasCriteria
This object represents the criteria used in the stored procedure language to determine if a type of criteria is specified on a user's query. |
class |
TranslateCriteria
This object represents the criteria used in the stored procedure language that translates the portion of the user's criteria by doing symbol mapping to the elements of the physical group that defines the virtual group and translating the user's criteria using the element-expressions pairs represented as a list of comapreCriteria on this this object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |