:: com :: sun :: star :: ucb ::

interface XSortedDynamicResultSetFactory
Description
Provides a method to create an ::com::sun::star::ucb::XDynamicResultSet which will be sorted according to the given sorting options.

Methods' Summary
createSortedDynamicResultSet creates a sorted ::com::sun::star::ucb::XDynamicResultSet depending on internal data, an (unsorted) XDynamicResultSet and the sorting info.  
Methods' Details
createSortedDynamicResultSet
::com::sun::star::ucb::XDynamicResultSet
createSortedDynamicResultSet( [in] ::com::sun::star::ucb::XDynamicResultSet  Source,
[in] sequence< ::com::sun::star::ucb::NumberedSortingInfo >  Info,
[in] ::com::sun::star::ucb::XAnyCompareFactory  CompareFactory );

Description
creates a sorted ::com::sun::star::ucb::XDynamicResultSet depending on internal data, an (unsorted) XDynamicResultSet and the sorting info.
Returns
a sorted resultset.
Parameter Source
the (unsorted) source resultset
Parameter Info
the sort criteria
Parameter CompareFactory
a factory for compare objects.
Top of Page