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

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

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

Methods in org.eclipse.datatools.modelbase.sql.query that return PredicateQuantifiedRowSelect
 PredicateQuantifiedRowSelect SQLQueryModelFactory.createPredicateQuantifiedRowSelect()
          Returns a new object of class 'Predicate Quantified Row Select'.
 PredicateQuantifiedRowSelect QueryValueExpression.getQuantifiedRowSelectLeft()
          Returns the value of the 'Quantified Row Select Left' container reference.
 PredicateQuantifiedRowSelect QueryExpressionRoot.getQuantifiedRowSelectRight()
          Returns the value of the 'Quantified Row Select Right' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type PredicateQuantifiedRowSelect
 void QueryValueExpression.setQuantifiedRowSelectLeft(PredicateQuantifiedRowSelect value)
          Sets the value of the 'Quantified Row Select Left' container reference.
 void QueryExpressionRoot.setQuantifiedRowSelectRight(PredicateQuantifiedRowSelect value)
          Sets the value of the 'Quantified Row Select Right' container reference.
 

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

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

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return PredicateQuantifiedRowSelect
 PredicateQuantifiedRowSelect SQLQueryModelFactoryImpl.createPredicateQuantifiedRowSelect()
           
 PredicateQuantifiedRowSelect QueryValueExpressionImpl.getQuantifiedRowSelectLeft()
           
 PredicateQuantifiedRowSelect QueryExpressionRootImpl.getQuantifiedRowSelectRight()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type PredicateQuantifiedRowSelect
 NotificationChain QueryValueExpressionImpl.basicSetQuantifiedRowSelectLeft(PredicateQuantifiedRowSelect newQuantifiedRowSelectLeft, NotificationChain msgs)
           
 void QueryValueExpressionImpl.setQuantifiedRowSelectLeft(PredicateQuantifiedRowSelect newQuantifiedRowSelectLeft)
           
 NotificationChain QueryExpressionRootImpl.basicSetQuantifiedRowSelectRight(PredicateQuantifiedRowSelect newQuantifiedRowSelectRight, NotificationChain msgs)
           
 void QueryExpressionRootImpl.setQuantifiedRowSelectRight(PredicateQuantifiedRowSelect newQuantifiedRowSelectRight)
           
 

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

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



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