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

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

Methods in org.eclipse.datatools.modelbase.sql.query that return QueryExpressionRoot
 QueryExpressionRoot WithTableSpecification.getQueryExpressionRoot()
          Returns the value of the 'Query Expression Root' container reference.
 QueryExpressionRoot ValueExpressionScalarSelect.getQueryExpr()
          Returns the value of the 'Query Expr' reference.
 QueryExpressionRoot SQLQueryModelFactory.createQueryExpressionRoot()
          Returns a new object of class 'Query Expression Root'.
 QueryExpressionRoot QuerySelectStatement.getQueryExpr()
          Returns the value of the 'Query Expr' containment reference.
 QueryExpressionRoot QueryInsertStatement.getSourceQuery()
          Returns the value of the 'Source Query' containment reference.
 QueryExpressionRoot QueryExpressionBody.getQueryExpression()
          Returns the value of the 'Query Expression' container reference.
 QueryExpressionRoot PredicateQuantifiedValueSelect.getQueryExpr()
          Returns the value of the 'Query Expr' containment reference.
 QueryExpressionRoot PredicateQuantifiedRowSelect.getQueryExpr()
          Returns the value of the 'Query Expr' containment reference.
 QueryExpressionRoot PredicateInValueSelect.getQueryExpr()
          Returns the value of the 'Query Expr' containment reference.
 QueryExpressionRoot PredicateInValueRowSelect.getQueryExpr()
          Returns the value of the 'Query Expr' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type QueryExpressionRoot
 void WithTableSpecification.setQueryExpressionRoot(QueryExpressionRoot value)
          Sets the value of the 'Query Expression Root' container reference.
 void ValueExpressionScalarSelect.setQueryExpr(QueryExpressionRoot value)
          Sets the value of the 'Query Expr' reference.
 void QuerySelectStatement.setQueryExpr(QueryExpressionRoot value)
          Sets the value of the 'Query Expr' containment reference.
 void QueryInsertStatement.setSourceQuery(QueryExpressionRoot value)
          Sets the value of the 'Source Query' containment reference.
 void QueryExpressionBody.setQueryExpression(QueryExpressionRoot value)
          Sets the value of the 'Query Expression' container reference.
 void PredicateQuantifiedValueSelect.setQueryExpr(QueryExpressionRoot value)
          Sets the value of the 'Query Expr' containment reference.
 void PredicateQuantifiedRowSelect.setQueryExpr(QueryExpressionRoot value)
          Sets the value of the 'Query Expr' containment reference.
 void PredicateInValueSelect.setQueryExpr(QueryExpressionRoot value)
          Sets the value of the 'Query Expr' containment reference.
 void PredicateInValueRowSelect.setQueryExpr(QueryExpressionRoot value)
          Sets the value of the 'Query Expr' containment reference.
 

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

Methods in org.eclipse.datatools.modelbase.sql.query.helper that return QueryExpressionRoot
static QueryExpressionRoot StatementHelper.createQueryExpressionRoot()
          Creates a QueryExpressionRoot
static QueryExpressionRoot StatementHelper.createQueryExpressionRoot(QuerySelectStatement aParent)
          Creates a QueryExpressionRoot and attaches it to QuerySelectStatement
 

Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type QueryExpressionRoot
static java.util.Set TableHelper.findColumnReferencesInQueryExpressionRoot(QueryExpressionRoot queryExprRoot)
          Returns a Set containing all ValueExpressionColumns found in the given QueryExpressionRoot.
static QuerySelect StatementHelper.createQuerySelect(QueryExpressionRoot anExpRoot)
          Creates a QuerySelect Object and hook it to a QueryExpressionRoot
 

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

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement QueryExpressionRoot
 class QueryExpressionRootImpl
           An implementation of the model object 'Expression'.
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return QueryExpressionRoot
 QueryExpressionRoot WithTableSpecificationImpl.getQueryExpressionRoot()
           
 QueryExpressionRoot ValueExpressionScalarSelectImpl.getQueryExpr()
           
 QueryExpressionRoot ValueExpressionScalarSelectImpl.basicGetQueryExpr()
           
 QueryExpressionRoot SQLQueryModelFactoryImpl.createQueryExpressionRoot()
           
 QueryExpressionRoot QuerySelectStatementImpl.getQueryExpr()
           
 QueryExpressionRoot QueryInsertStatementImpl.getSourceQuery()
           
 QueryExpressionRoot QueryExpressionBodyImpl.getQueryExpression()
           
 QueryExpressionRoot PredicateQuantifiedValueSelectImpl.getQueryExpr()
           
 QueryExpressionRoot PredicateQuantifiedRowSelectImpl.getQueryExpr()
           
 QueryExpressionRoot PredicateInValueSelectImpl.getQueryExpr()
           
 QueryExpressionRoot PredicateInValueRowSelectImpl.getQueryExpr()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type QueryExpressionRoot
 NotificationChain WithTableSpecificationImpl.basicSetQueryExpressionRoot(QueryExpressionRoot newQueryExpressionRoot, NotificationChain msgs)
           
 void WithTableSpecificationImpl.setQueryExpressionRoot(QueryExpressionRoot newQueryExpressionRoot)
           
 NotificationChain ValueExpressionScalarSelectImpl.basicSetQueryExpr(QueryExpressionRoot newQueryExpr, NotificationChain msgs)
           
 void ValueExpressionScalarSelectImpl.setQueryExpr(QueryExpressionRoot newQueryExpr)
           
 NotificationChain QuerySelectStatementImpl.basicSetQueryExpr(QueryExpressionRoot newQueryExpr, NotificationChain msgs)
           
 void QuerySelectStatementImpl.setQueryExpr(QueryExpressionRoot newQueryExpr)
           
 NotificationChain QueryInsertStatementImpl.basicSetSourceQuery(QueryExpressionRoot newSourceQuery, NotificationChain msgs)
           
 void QueryInsertStatementImpl.setSourceQuery(QueryExpressionRoot newSourceQuery)
           
 NotificationChain QueryExpressionBodyImpl.basicSetQueryExpression(QueryExpressionRoot newQueryExpression, NotificationChain msgs)
           
 void QueryExpressionBodyImpl.setQueryExpression(QueryExpressionRoot newQueryExpression)
           
 NotificationChain PredicateQuantifiedValueSelectImpl.basicSetQueryExpr(QueryExpressionRoot newQueryExpr, NotificationChain msgs)
           
 void PredicateQuantifiedValueSelectImpl.setQueryExpr(QueryExpressionRoot newQueryExpr)
           
 NotificationChain PredicateQuantifiedRowSelectImpl.basicSetQueryExpr(QueryExpressionRoot newQueryExpr, NotificationChain msgs)
           
 void PredicateQuantifiedRowSelectImpl.setQueryExpr(QueryExpressionRoot newQueryExpr)
           
 NotificationChain PredicateInValueSelectImpl.basicSetQueryExpr(QueryExpressionRoot newQueryExpr, NotificationChain msgs)
           
 void PredicateInValueSelectImpl.setQueryExpr(QueryExpressionRoot newQueryExpr)
           
 NotificationChain PredicateInValueRowSelectImpl.basicSetQueryExpr(QueryExpressionRoot newQueryExpr, NotificationChain msgs)
           
 void PredicateInValueRowSelectImpl.setQueryExpr(QueryExpressionRoot newQueryExpr)
           
 

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

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



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