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

Packages that use QueryExpressionBody
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 QueryExpressionBody in org.eclipse.datatools.modelbase.sql.query
 

Subinterfaces of QueryExpressionBody in org.eclipse.datatools.modelbase.sql.query
 interface QueryCombined
           A representation of the model object 'Combined'.
 interface QuerySelect
           A representation of the model object 'Select'.
 interface QueryValues
           A representation of the model object 'Values'.
 

Methods in org.eclipse.datatools.modelbase.sql.query that return QueryExpressionBody
 QueryExpressionBody WithTableSpecification.getWithTableQueryExpr()
          Returns the value of the 'With Table Query Expr' containment reference.
 QueryExpressionBody UpdateSourceQuery.getQueryExpr()
          Returns the value of the 'Query Expr' containment reference.
 QueryExpressionBody QueryExpressionRoot.getQuery()
          Returns the value of the 'Query' containment reference.
 QueryExpressionBody QueryCombined.getLeftQuery()
          Returns the value of the 'Left Query' containment reference.
 QueryExpressionBody QueryCombined.getRightQuery()
          Returns the value of the 'Right Query' containment reference.
 QueryExpressionBody PredicateExists.getQueryExpr()
          Returns the value of the 'Query Expr' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type QueryExpressionBody
 void WithTableSpecification.setWithTableQueryExpr(QueryExpressionBody value)
          Sets the value of the 'With Table Query Expr' containment reference.
 void UpdateSourceQuery.setQueryExpr(QueryExpressionBody value)
          Sets the value of the 'Query Expr' containment reference.
 void QueryExpressionRoot.setQuery(QueryExpressionBody value)
          Sets the value of the 'Query' containment reference.
 void QueryCombined.setLeftQuery(QueryExpressionBody value)
          Sets the value of the 'Left Query' containment reference.
 void QueryCombined.setRightQuery(QueryExpressionBody value)
          Sets the value of the 'Right Query' containment reference.
 void PredicateExists.setQueryExpr(QueryExpressionBody value)
          Sets the value of the 'Query Expr' containment reference.
 

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

Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type QueryExpressionBody
static ResultColumn TableHelper.getResultColumnForName(QueryExpressionBody tableQuery, java.lang.String columnName)
          Returns the ResultColumn contained in the selectClause of the given QueryExpressionBody, whose name matches the given columnName.
static ResultColumn TableHelper.getResultColumnForAliasOrColumnName(QueryExpressionBody tableQuery, java.lang.String columnName)
          Returns the ResultColumn contained in the selectClause of the given QueryExpressionBody, whose name matches the given columnName or whose referenced ValueExpression is of type ValueExpressionColumn and has a name matching the given columnName.
static java.util.List TableHelper.getResultColumnsOfQueryExpression(QueryExpressionBody queryExpr)
          Returns the ResultColumns of the given QueryExpressionBody queryExpr.
static java.util.Set TableHelper.findColumnReferencesInQueryExpressionBody(QueryExpressionBody queryExprBody)
          TODO: Developer Note: not completely implemented.
static java.util.List TableHelper.exposeEffectiveResultColumns(QueryExpressionBody nestedQuery)
          Adds a ValueExpressionColumn to the given nestedQuery for each of its QuerySelect's ResultColumns that have either a name or reference a ValueExpressionColumn that has a name.
static java.util.List StatementHelper.getTableExpressionsInQueryExpressionBody(QueryExpressionBody query)
           
static java.util.Set StatementHelper.resolveOrderByColumns(QueryExpressionBody queryExpr, java.util.List orderByList)
           
 

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

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement QueryExpressionBody
 class QueryCombinedImpl
           An implementation of the model object 'Combined'.
 class QueryExpressionBodyImpl
           An implementation of the model object 'Expression Body'.
 class QuerySelectImpl
           An implementation of the model object 'Select'.
 class QueryValuesImpl
           An implementation of the model object 'Values'.
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return QueryExpressionBody
 QueryExpressionBody WithTableSpecificationImpl.getWithTableQueryExpr()
           
 QueryExpressionBody UpdateSourceQueryImpl.getQueryExpr()
           
 QueryExpressionBody QueryExpressionRootImpl.getQuery()
           
 QueryExpressionBody QueryCombinedImpl.getLeftQuery()
           
 QueryExpressionBody QueryCombinedImpl.getRightQuery()
           
 QueryExpressionBody PredicateExistsImpl.getQueryExpr()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type QueryExpressionBody
 NotificationChain WithTableSpecificationImpl.basicSetWithTableQueryExpr(QueryExpressionBody newWithTableQueryExpr, NotificationChain msgs)
           
 void WithTableSpecificationImpl.setWithTableQueryExpr(QueryExpressionBody newWithTableQueryExpr)
           
 NotificationChain UpdateSourceQueryImpl.basicSetQueryExpr(QueryExpressionBody newQueryExpr, NotificationChain msgs)
           
 void UpdateSourceQueryImpl.setQueryExpr(QueryExpressionBody newQueryExpr)
           
 NotificationChain QueryExpressionRootImpl.basicSetQuery(QueryExpressionBody newQuery, NotificationChain msgs)
           
 void QueryExpressionRootImpl.setQuery(QueryExpressionBody newQuery)
           
 NotificationChain QueryCombinedImpl.basicSetLeftQuery(QueryExpressionBody newLeftQuery, NotificationChain msgs)
           
 void QueryCombinedImpl.setLeftQuery(QueryExpressionBody newLeftQuery)
           
 NotificationChain QueryCombinedImpl.basicSetRightQuery(QueryExpressionBody newRightQuery, NotificationChain msgs)
           
 void QueryCombinedImpl.setRightQuery(QueryExpressionBody newRightQuery)
           
 NotificationChain PredicateExistsImpl.basicSetQueryExpr(QueryExpressionBody newQueryExpr, NotificationChain msgs)
           
 void PredicateExistsImpl.setQueryExpr(QueryExpressionBody newQueryExpr)
           
 

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

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type QueryExpressionBody
 java.lang.Object SQLQueryModelSwitch.caseQueryExpressionBody(QueryExpressionBody object)
          Returns the result of interpretting the object as an instance of 'Query Expression Body'.
 



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