Uses of Interface
org.teiid.query.sql.lang.PredicateCriteria.Negatable

Packages that use PredicateCriteria.Negatable
org.teiid.query.sql.lang   
 

Uses of PredicateCriteria.Negatable in org.teiid.query.sql.lang
 

Classes in org.teiid.query.sql.lang that implement PredicateCriteria.Negatable
 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: " [NOT] BETWEEN AND ".
 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: " IS NULL".
 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.
 



Copyright © 2011. All Rights Reserved.