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

Packages that use SortSpec
org.eclipse.datatools.connectivity.oda [Provisional] Defines the runtime API of the Open Data Access (ODA) extensions. 
org.eclipse.datatools.connectivity.oda.consumer.helper An ODA consumer helper package that assists an ODA consumer application to manage the diverse capabilities and behavior of individual ODA data drivers. 
org.eclipse.datatools.connectivity.oda.impl Provides a template implementation of the main ODA run-time interfaces. 
 

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.consumer.helper
 

Methods in org.eclipse.datatools.connectivity.oda.consumer.helper that return SortSpec
 SortSpec OdaQuery.getSortSpec()
           
 SortSpec OdaAdvancedQuery.getSortSpec(java.lang.String resultSetName)
           
 

Methods in org.eclipse.datatools.connectivity.oda.consumer.helper with parameters of type SortSpec
 void OdaQuery.setSortSpec(SortSpec sortBy)
           
 void OdaAdvancedQuery.setSortSpec(java.lang.String resultSetName, SortSpec sortBy)
           
 

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

Methods in org.eclipse.datatools.connectivity.oda.impl that return SortSpec
 SortSpec SimpleQuery.getSortSpec()
           
 

Methods in org.eclipse.datatools.connectivity.oda.impl with parameters of type SortSpec
 void SimpleQuery.setSortSpec(SortSpec sortBy)
           
 



Copyright © 2005 Actuate Corp. All rights reserved.