Uses of Class
com.metamatrix.query.sql.lang.AbstractSetCriteria

Packages that use AbstractSetCriteria
com.metamatrix.query.eval   
com.metamatrix.query.sql.lang   
 

Uses of AbstractSetCriteria in com.metamatrix.query.eval
 

Methods in com.metamatrix.query.eval with parameters of type AbstractSetCriteria
 java.lang.Boolean Evaluator.evaluate(AbstractSetCriteria criteria, java.util.List tuple)
           
 

Uses of AbstractSetCriteria in com.metamatrix.query.sql.lang
 

Subclasses of AbstractSetCriteria in com.metamatrix.query.sql.lang
 class DependentSetCriteria
          The DependentSetCriteria is missing the value set until it is filled during processing.
 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.