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.impl   
org.eclipse.datatools.modelbase.sql.query.util   
 

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 ValueExpressionColumn s found in the given QueryResultSpecification.
 

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

Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement QueryResultSpecification
 class QueryResultSpecificationImpl
           An implementation of the model object 'SQL Result Column Specification'.
 class ResultColumnImpl
           An implementation of the model object 'SQL Result Column'.
 class ResultTableAllColumnsImpl
           An implementation of the model object 'SQL Result Column All'.
 

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 interpretting the object as an instance of 'Query Result Specification'.
 



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