Uses of Interface
com.metamatrix.query.sql.lang.PredicateCriteria.Negatable

Packages that use PredicateCriteria.Negatable
com.metamatrix.query.sql.lang   
 

Uses of PredicateCriteria.Negatable in com.metamatrix.query.sql.lang
 

Classes in com.metamatrix.query.sql.lang that implement PredicateCriteria.Negatable
 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 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 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 SubquerySetCriteria
          A criteria which is true is the expression's value is a member in a list of values returned from a subquery.
 



Copyright © 2009. All Rights Reserved.