|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortSpec | |
org.eclipse.birt.data.oda | [Deprecated] Defines the run-time API of BIRT Open Data Access (ODA) extensions. |
org.eclipse.birt.data.oda.impl | [Deprecated] Provides a template implementation of the main ODA run-time interfaces. |
Uses of SortSpec in org.eclipse.birt.data.oda |
Methods in org.eclipse.birt.data.oda that return SortSpec | |
SortSpec |
IQuery.getSortSpec()
Deprecated. Returns the sort specification associated with this IQuery . |
SortSpec |
IAdvancedQuery.getSortSpec(java.lang.String resultSetName)
Deprecated. Returns the sort specification associated with the named result set of this IAdvancedQuery . |
Methods in org.eclipse.birt.data.oda with parameters of type SortSpec | |
void |
IQuery.setSortSpec(SortSpec sortBy)
Deprecated. Specifies the sort specification for this IQuery .
|
void |
IAdvancedQuery.setSortSpec(java.lang.String resultSetName,
SortSpec sortBy)
Deprecated. Specifies the sort specification for the named result set of this IAdvancedQuery . |
Uses of SortSpec in org.eclipse.birt.data.oda.impl |
Methods in org.eclipse.birt.data.oda.impl that return SortSpec | |
SortSpec |
SimpleQuery.getSortSpec()
Deprecated. |
Methods in org.eclipse.birt.data.oda.impl with parameters of type SortSpec | |
void |
SimpleQuery.setSortSpec(SortSpec sortBy)
Deprecated. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |