Uses of Class
org.eclipse.datatools.connectivity.oda.SortSpec

Packages that use SortSpec
org.eclipse.datatools.connectivity.oda [Platform API] Defines the runtime API of the Open Data Access (ODA) extensions. 
org.eclipse.datatools.connectivity.oda.spec.util Defines utilities for use with the Open Data Access (ODA) query specification. 
 

Uses of SortSpec in org.eclipse.datatools.connectivity.oda
 

Methods in org.eclipse.datatools.connectivity.oda that return SortSpec
 SortSpec IQuery.getSortSpec()
          Returns the sort specification associated with this IQuery.
 SortSpec IAdvancedQuery.getSortSpec(java.lang.String resultSetName)
          Returns the sort specification associated with the named result set of this IAdvancedQuery.
 

Methods in org.eclipse.datatools.connectivity.oda with parameters of type SortSpec
 void IQuery.setSortSpec(SortSpec sortBy)
          Specifies the sort specification for this IQuery.
 void IAdvancedQuery.setSortSpec(java.lang.String resultSetName, SortSpec sortBy)
          Specifies the sort specification for the named result set of this IAdvancedQuery.
 

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

Methods in org.eclipse.datatools.connectivity.oda.spec.util that return SortSpec
static SortSpec SortSpecMigrator.convertSortSpecification(SortSpecification resultSortSpec)
          Converts the specified SortSpecification instance used in a QuerySpecification to a pre-3.2 SortSpec instance.
 

Methods in org.eclipse.datatools.connectivity.oda.spec.util with parameters of type SortSpec
static SortSpecification SortSpecMigrator.convertSortSpecification(SortSpec oldSortSpec)
          Converts the specified pre-3.2 SortSpec instance to a SortSpecification instance that can be used in a QuerySpecification.