Uses of Class
org.eclipse.datatools.connectivity.oda.spec.result.ResultSetSpecification

Packages that use ResultSetSpecification
org.eclipse.datatools.connectivity.oda.spec The runtime API for an ODA data set query's dynamic result set specification. 
org.eclipse.datatools.connectivity.oda.spec.result Defines the result set specification of the Open Data Access (ODA) dynamicResultSet extension point. 
org.eclipse.datatools.connectivity.oda.spec.util Defines utilities for use with the Open Data Access (ODA) query specification. 
 

Uses of ResultSetSpecification in org.eclipse.datatools.connectivity.oda.spec
 

Methods in org.eclipse.datatools.connectivity.oda.spec that return ResultSetSpecification
 ResultSetSpecification QuerySpecification.getResultSetSpecification()
          Gets the current result set specification of an IQuery.
 ResultSetSpecification AdvancedQuerySpecification.getResultSetSpecification(int resultSetNum)
          Gets the specification of the specified result set to be retrieved by the associated IAdvancedQuery.
 ResultSetSpecification AdvancedQuerySpecification.getResultSetSpecification(java.lang.String resultSetName)
          Gets the specification of the named result set to be retrieved by the associated IAdvancedQuery.
 

Methods in org.eclipse.datatools.connectivity.oda.spec with parameters of type ResultSetSpecification
 void AdvancedQuerySpecification.setResultSetSpecification(int resultSetNum, ResultSetSpecification resultSpec)
          Specifies the characteristics of the specified result set to be retrieved by the associated IAdvancedQuery.
 void QuerySpecification.setResultSetSpecification(ResultSetSpecification resultSpec)
          Specifies the characteristics of all the result set(s) to be retrieved by the associated IQuery.
 void AdvancedQuerySpecification.setResultSetSpecification(java.lang.String resultSetName, ResultSetSpecification resultSpec)
          Specifies the characteristics of the named result set to be retrieved by the associated IAdvancedQuery.
 void IValidator.validate(ResultSetSpecification resultSetSpec, ValidationContext context)
          Validates the specified result set specification in the specified context.
 

Uses of ResultSetSpecification in org.eclipse.datatools.connectivity.oda.spec.result
 

Methods in org.eclipse.datatools.connectivity.oda.spec.result that return ResultSetSpecification
static ResultSetSpecification InternalResultSpecFactory.createResultSetSpecification()
           
 

Uses of ResultSetSpecification in org.eclipse.datatools.connectivity.oda.spec.util
 

Methods in org.eclipse.datatools.connectivity.oda.spec.util that return ResultSetSpecification
 ResultSetSpecification QuerySpecificationHelper.createResultSetSpecification()
          Returns an empty result set specification instance created by the QuerySpecificationFactory specified in the constructor.
static ResultSetSpecification QuerySpecificationHelper.getResultSetSpecification(QuerySpecification querySpec)
          Gets the result set specification from the specified querySpec.
 

Methods in org.eclipse.datatools.connectivity.oda.spec.util with parameters of type ResultSetSpecification
static boolean ValidatorUtil.isInvalidResultSetSpec(ResultSetSpecification resultSetSpec, OdaException rootEx)
          Indicates whether the specified result set specification is one of the cause(s) in the specified OdaException chain.
static OdaException ValidatorUtil.newResultSetSpecException(java.lang.String message, ResultSetSpecification resultSetSpec, OdaException chainedEx)
          Creates and returns a top-level OdaException to indicate that the specified result set specification is the cause of the specified driverEx exception.