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 SQLQueryModelFactory.createQueryExpressionRoot()
          Returns a new object of class 'Query Expression Root'.
 QueryExpressionRoot ValueExpressionScalarSelect.getQueryExpr()
          Returns the value of the 'Query Expr' reference.
 QueryExpressionRoot PredicateQuantifiedRowSelect.getQueryExpr()
          Returns the value of the 'Query Expr' containment reference.
 QueryExpressionRoot PredicateQuantifiedValueSelect.getQueryExpr()
          Returns the value of the 'Query Expr' containment reference.
 QueryExpressionRoot PredicateInValueRowSelect.getQueryExpr()
          Returns the value of the 'Query Expr' containment reference.
 QueryExpressionRoot QuerySelectStatement.getQueryExpr()
          Returns the value of the 'Query Expr' containment reference.
 QueryExpressionRoot PredicateInValueSelect.getQueryExpr()
          Returns the value of the 'Query Expr' containment reference.
 QueryExpressionRoot QueryExpressionBody.getQueryExpression()
          Returns the value of the 'Query Expression' container reference.
 QueryExpressionRoot WithTableSpecification.getQueryExpressionRoot()
          Returns the value of the 'Query Expression Root' container reference.
 QueryExpressionRoot QueryInsertStatement.getSourceQuery()
          Returns the value of the 'Source Query' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type QueryExpressionRoot
 void ValueExpressionScalarSelect.setQueryExpr(QueryExpressionRoot value)
          Sets the value of the 'Query Expr' reference.
 void PredicateQuantifiedRowSelect.setQueryExpr(QueryExpressionRoot value)
          Sets the value of the 'Query Expr' containment reference.
 void PredicateQuantifiedValueSelect.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.
 void QuerySelectStatement.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 QueryExpressionBody.setQueryExpression(QueryExpressionRoot value)
          Sets the value of the 'Query Expression' container reference.
 void WithTableSpecification.setQueryExpressionRoot(QueryExpressionRoot value)
          Sets the value of the 'Query Expression Root' container reference.
 void QueryInsertStatement.setSourceQuery(QueryExpressionRoot value)
          Sets the value of the 'Source Query' 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 QuerySelect StatementHelper.createQuerySelect(QueryExpressionRoot anExpRoot)
          Creates a QuerySelect Object and hook it to a QueryExpressionRoot
static java.util.Set TableHelper.findColumnReferencesInQueryExpressionRoot(QueryExpressionRoot queryExprRoot)
          Returns a Set containing all ValueExpressionColumns found in the given 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 ValueExpressionScalarSelectImpl.basicGetQueryExpr()
           
 QueryExpressionRoot SQLQueryModelFactoryImpl.createQueryExpressionRoot()
           
 QueryExpressionRoot QuerySelectStatementImpl.getQueryExpr()
           
 QueryExpressionRoot PredicateQuantifiedRowSelectImpl.getQueryExpr()
           
 QueryExpressionRoot PredicateQuantifiedValueSelectImpl.getQueryExpr()
           
 QueryExpressionRoot ValueExpressionScalarSelectImpl.getQueryExpr()
           
 QueryExpressionRoot PredicateInValueSelectImpl.getQueryExpr()
           
 QueryExpressionRoot PredicateInValueRowSelectImpl.getQueryExpr()
           
 QueryExpressionRoot QueryExpressionBodyImpl.getQueryExpression()
           
 QueryExpressionRoot WithTableSpecificationImpl.getQueryExpressionRoot()
           
 QueryExpressionRoot QueryInsertStatementImpl.getSourceQuery()
           
 

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

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 interpreting the object as an instance of 'Query Expression Root'.
 



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