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

Packages that use PredicateQuantifiedValueSelect
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.impl   
org.eclipse.datatools.modelbase.sql.query.util   
 

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

Methods in org.eclipse.datatools.modelbase.sql.query that return PredicateQuantifiedValueSelect
 PredicateQuantifiedValueSelect SQLQueryModelFactory.createPredicateQuantifiedValueSelect()
          Returns a new object of class 'Predicate Quantified Value Select'.
 PredicateQuantifiedValueSelect QueryValueExpression.getQuantifiedValueSelectLeft()
          Returns the value of the 'Quantified Value Select Left' container reference.
 PredicateQuantifiedValueSelect QueryExpressionRoot.getQuantifiedValueSelectRight()
          Returns the value of the 'Quantified Value Select Right' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type PredicateQuantifiedValueSelect
 void QueryValueExpression.setQuantifiedValueSelectLeft(PredicateQuantifiedValueSelect value)
          Sets the value of the 'Quantified Value Select Left' container reference.
 void QueryExpressionRoot.setQuantifiedValueSelectRight(PredicateQuantifiedValueSelect value)
          Sets the value of the 'Quantified Value Select Right' container reference.
 

Uses of PredicateQuantifiedValueSelect in org.eclipse.datatools.modelbase.sql.query.impl
 

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement PredicateQuantifiedValueSelect
 class PredicateQuantifiedValueSelectImpl
           An implementation of the model object 'SQL Predicate Quantified Value Select'.
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return PredicateQuantifiedValueSelect
 PredicateQuantifiedValueSelect SQLQueryModelFactoryImpl.createPredicateQuantifiedValueSelect()
           
 PredicateQuantifiedValueSelect QueryValueExpressionImpl.getQuantifiedValueSelectLeft()
           
 PredicateQuantifiedValueSelect QueryExpressionRootImpl.getQuantifiedValueSelectRight()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type PredicateQuantifiedValueSelect
 NotificationChain QueryValueExpressionImpl.basicSetQuantifiedValueSelectLeft(PredicateQuantifiedValueSelect newQuantifiedValueSelectLeft, NotificationChain msgs)
           
 void QueryValueExpressionImpl.setQuantifiedValueSelectLeft(PredicateQuantifiedValueSelect newQuantifiedValueSelectLeft)
           
 NotificationChain QueryExpressionRootImpl.basicSetQuantifiedValueSelectRight(PredicateQuantifiedValueSelect newQuantifiedValueSelectRight, NotificationChain msgs)
           
 void QueryExpressionRootImpl.setQuantifiedValueSelectRight(PredicateQuantifiedValueSelect newQuantifiedValueSelectRight)
           
 

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

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type PredicateQuantifiedValueSelect
 java.lang.Object SQLQueryModelSwitch.casePredicateQuantifiedValueSelect(PredicateQuantifiedValueSelect object)
          Returns the result of interpretting the object as an instance of 'Predicate Quantified Value Select'.
 



Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.