| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 SortSpecificationinstance used in a QuerySpecification
 to a pre-3.2SortSpecinstance. | 
| 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 SortSpecinstance to aSortSpecificationinstance that can be used in a QuerySpecification. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||