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

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

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

Methods in org.eclipse.datatools.modelbase.sql.query that return QueryCombined
 QueryCombined SQLQueryModelFactory.createQueryCombined()
          Returns a new object of class 'Query Combined'.
 QueryCombined QueryExpressionBody.getCombinedLeft()
          Returns the value of the 'Combined Left' container reference.
 QueryCombined QueryExpressionBody.getCombinedRight()
          Returns the value of the 'Combined Right' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type QueryCombined
 void QueryExpressionBody.setCombinedLeft(QueryCombined value)
          Sets the value of the 'Combined Left' container reference.
 void QueryExpressionBody.setCombinedRight(QueryCombined value)
          Sets the value of the 'Combined Right' container reference.
 

Uses of QueryCombined in org.eclipse.datatools.modelbase.sql.query.helper
 

Methods in org.eclipse.datatools.modelbase.sql.query.helper that return QueryCombined
static QueryCombined StatementHelper.createQueryCombined()
          Creates a QueryCombined
 

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

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement QueryCombined
 class QueryCombinedImpl
          An implementation of the model object 'Combined'.
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return QueryCombined
 QueryCombined SQLQueryModelFactoryImpl.createQueryCombined()
           
 QueryCombined QueryExpressionBodyImpl.getCombinedLeft()
           
 QueryCombined QueryExpressionBodyImpl.getCombinedRight()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type QueryCombined
 NotificationChain QueryExpressionBodyImpl.basicSetCombinedLeft(QueryCombined newCombinedLeft, NotificationChain msgs)
           
 NotificationChain QueryExpressionBodyImpl.basicSetCombinedRight(QueryCombined newCombinedRight, NotificationChain msgs)
           
 void QueryExpressionBodyImpl.setCombinedLeft(QueryCombined newCombinedLeft)
           
 void QueryExpressionBodyImpl.setCombinedRight(QueryCombined newCombinedRight)
           
 

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

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type QueryCombined
 java.lang.Object SQLQueryModelSwitch.caseQueryCombined(QueryCombined object)
          Returns the result of interpreting the object as an instance of 'Query Combined'.
 



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