Uses of Interface
org.eclipse.datatools.modelbase.sql.query.PredicateQuantified

Packages that use PredicateQuantified
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.util   
 

Uses of PredicateQuantified in org.eclipse.datatools.modelbase.sql.query
 

Subinterfaces of PredicateQuantified in org.eclipse.datatools.modelbase.sql.query
 interface PredicateQuantifiedRowSelect
          A representation of the model object 'SQL Predicate Quantified Row Select'.
 interface PredicateQuantifiedValueSelect
          A representation of the model object 'SQL Predicate Quantified Value Select'.
 

Uses of PredicateQuantified in org.eclipse.datatools.modelbase.sql.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type PredicateQuantified
 java.lang.Object SQLQueryModelSwitch.casePredicateQuantified(PredicateQuantified object)
          Returns the result of interpreting the object as an instance of 'Predicate Quantified'.