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

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

Methods in org.eclipse.datatools.modelbase.sql.query that return QuerySelectStatement
 QuerySelectStatement SQLQueryModelFactory.createQuerySelectStatement()
          Returns a new object of class 'Query Select Statement'.
 QuerySelectStatement QueryExpressionRoot.getSelectStatement()
          Returns the value of the 'Select Statement' container reference.
 QuerySelectStatement OrderBySpecification.getSelectStatement()
          Returns the value of the 'Select Statement' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type QuerySelectStatement
 void QueryExpressionRoot.setSelectStatement(QuerySelectStatement value)
          Sets the value of the 'Select Statement' container reference.
 void OrderBySpecification.setSelectStatement(QuerySelectStatement value)
          Sets the value of the 'Select Statement' container reference.
 

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

Methods in org.eclipse.datatools.modelbase.sql.query.helper that return QuerySelectStatement
static QuerySelectStatement StatementHelper.createQueryCombinedStatement(java.lang.String name)
          Creates a QuerySelectStatement statement, with a QueryCombined in it
static QuerySelectStatement StatementHelper.createQuerySelectStatement(java.lang.String aName)
          Creates a QuerySelectStatement
static QuerySelectStatement StatementHelper.createWithStatement(java.lang.String name)
          Creates a WITH query statement.
 QuerySelectStatement StatementHelper.createSelectStatement(java.lang.String name)
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type QuerySelectStatement
static java.util.Set TableHelper.findColumnReferencesInQuerySelectStatement(QuerySelectStatement querySelect)
          Returns a Set containing all ValueExpressionColumn s found in the given QuerySelectStatement.
static QueryExpressionRoot StatementHelper.createQueryExpressionRoot(QuerySelectStatement aParent)
          Creates a QueryExpressionRoot and attaches it to QuerySelectStatement
static QuerySelect StatementHelper.createQuerySelect(QuerySelectStatement aStatement)
          Creates a QuerySelect Object and hook it to a QuerySelectStatement
static java.util.List StatementHelper.getEffectiveResultColumns(QuerySelectStatement selectStmt)
          This method compiles a list of ValueExpressionColumns that reflects the columns, in order and with datatype, which are the result of the given QuerySelectStatement.
static TableExpression StatementHelper.getTableExpressionForTable(Table table, QuerySelectStatement selectStmt)
          Returns the TableExpression representing the given Table object,in the given QuerySelectStatement
 

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

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement QuerySelectStatement
 class QuerySelectStatementImpl
           An implementation of the model object 'SQL Select Statement'.
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl that return QuerySelectStatement
 QuerySelectStatement SQLQueryModelFactoryImpl.createQuerySelectStatement()
           
 QuerySelectStatement QueryExpressionRootImpl.getSelectStatement()
           
 QuerySelectStatement OrderBySpecificationImpl.getSelectStatement()
           
 

Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type QuerySelectStatement
 NotificationChain QueryExpressionRootImpl.basicSetSelectStatement(QuerySelectStatement newSelectStatement, NotificationChain msgs)
           
 void QueryExpressionRootImpl.setSelectStatement(QuerySelectStatement newSelectStatement)
           
 NotificationChain OrderBySpecificationImpl.basicSetSelectStatement(QuerySelectStatement newSelectStatement, NotificationChain msgs)
           
 void OrderBySpecificationImpl.setSelectStatement(QuerySelectStatement newSelectStatement)
           
 

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

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type QuerySelectStatement
 java.lang.Object SQLQueryModelSwitch.caseQuerySelectStatement(QuerySelectStatement object)
          Returns the result of interpretting the object as an instance of 'Query Select Statement'.
 



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