|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
OrderBySpecification.getSelectStatement()
Returns the value of the 'Select Statement' container reference. |
QuerySelectStatement |
QueryExpressionRoot.getSelectStatement()
Returns the value of the 'Select Statement' container reference. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type QuerySelectStatement | |
---|---|
void |
OrderBySpecification.setSelectStatement(QuerySelectStatement value)
Sets the value of the ' Select Statement ' container reference. |
void |
QueryExpressionRoot.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 |
QuerySelectStatement |
StatementHelper.createSelectStatement(java.lang.String name)
|
static QuerySelectStatement |
StatementHelper.createWithStatement(java.lang.String name)
Creates a WITH query statement. |
Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type 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.Set |
TableHelper.findColumnReferencesInQuerySelectStatement(QuerySelectStatement querySelect)
Returns a Set containing all ValueExpressionColumn s found
in the given QuerySelectStatement . |
static java.util.List |
StatementHelper.getEffectiveResultColumns(QuerySelectStatement selectStmt)
This method compiles a list of ValueExpressionColumn s
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 |
OrderBySpecificationImpl.getSelectStatement()
|
QuerySelectStatement |
QueryExpressionRootImpl.getSelectStatement()
|
Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type QuerySelectStatement | |
---|---|
NotificationChain |
OrderBySpecificationImpl.basicSetSelectStatement(QuerySelectStatement newSelectStatement,
NotificationChain msgs)
|
NotificationChain |
QueryExpressionRootImpl.basicSetSelectStatement(QuerySelectStatement newSelectStatement,
NotificationChain msgs)
|
void |
OrderBySpecificationImpl.setSelectStatement(QuerySelectStatement newSelectStatement)
|
void |
QueryExpressionRootImpl.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 interpreting the object as an instance of 'Query Select Statement'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |