|
|||||||||||
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. |
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 . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |