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

Packages that use ResultProjection
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 ResultProjection in org.eclipse.datatools.connectivity.oda.spec.result
 

Methods in org.eclipse.datatools.connectivity.oda.spec.result that return ResultProjection
static ResultProjection InternalResultSpecFactory.createResultProjection()
           
 ResultProjection ResultSetSpecification.getResultProjection()
          Gets the current projection of a query result set.
 

Methods in org.eclipse.datatools.connectivity.oda.spec.result with parameters of type ResultProjection
 void ResultSetSpecification.setResultProjection(ResultProjection projectionSpec)
          Specifies the projection of a query result set.
 

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

Methods in org.eclipse.datatools.connectivity.oda.spec.util that return ResultProjection
 ResultProjection QuerySpecificationHelper.createResultProjection()
          Returns an empty result projection instance created by the QuerySpecificationFactory specified in the constructor.
static ResultProjection QuerySpecificationHelper.getResultProjection(QuerySpecification querySpec)
          Gets the result projection from the specified querySpec.
 

Methods in org.eclipse.datatools.connectivity.oda.spec.util with parameters of type ResultProjection
 QuerySpecification QuerySpecificationHelper.createQuerySpecification(FilterExpression filterExpr, ResultProjection projectionSpec, SortSpecification sortSpec)
          Creates a query specification instance with the specified filter expression root, result projection, and/or sort specification.
 QuerySpecification QuerySpecificationHelper.createQuerySpecification(ResultProjection projectionSpec)
          Creates a query specification instance with the specified result projection.
static boolean ValidatorUtil.isInvalidResultProjection(ResultProjection resultProj, OdaException rootEx)
          Indicates whether the specified result projection is one of the cause(s) in the specified OdaException chain.
static OdaException ValidatorUtil.newResultProjectionException(ResultProjection resultProj, OdaException driverEx)
          Creates and returns a top-level OdaException to indicate that the specified result projection is the cause of the specified driverEx exception.
static OdaException ValidatorUtil.newResultProjectionException(java.lang.String message, ResultProjection resultProj)
          Creates and returns a top-level OdaException to indicate that the specified result projection is the cause of the specified driverEx exception.