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

Packages that use QueryResultSpecification
org.eclipse.datatools.modelbase.sql.query   
org.eclipse.datatools.modelbase.sql.query.helper   
org.eclipse.datatools.modelbase.sql.query.util   
org.eclipse.datatools.sqltools.parsers.sql.query   
 

Uses of QueryResultSpecification in org.eclipse.datatools.modelbase.sql.query
 

Subinterfaces of QueryResultSpecification in org.eclipse.datatools.modelbase.sql.query
 interface ResultColumn
          A representation of the model object 'SQL Result Column'.
 interface ResultTableAllColumns
          A representation of the model object 'SQL Result Column All'.
 

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

Methods in org.eclipse.datatools.modelbase.sql.query.helper with parameters of type QueryResultSpecification
static java.util.Set TableHelper.findColumnReferencesInQueryResultSpecification(QueryResultSpecification queryResult)
          Returns a Set containing all ValueExpressionColumns found in the given QueryResultSpecification.
 

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

Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type QueryResultSpecification
 java.lang.Object SQLQueryModelSwitch.caseQueryResultSpecification(QueryResultSpecification object)
          Returns the result of interpreting the object as an instance of 'Query Result Specification'.
 

Uses of QueryResultSpecification in org.eclipse.datatools.sqltools.parsers.sql.query
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.query with parameters of type QueryResultSpecification
 java.util.List SQLQueryParserFactory.createSelectClause(java.util.List aResultSpecList, QueryResultSpecification aResultCol)