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. 
 

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.
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.