interface XSortedDynamicResultSetFactory in module com::sun::star::ucb::

(Global Index)

Syntax

interface XSortedDynamicResultSetFactory : com::sun::star::uno::XInterface ;

Description

Provides a method to create an XDynamicResultSet which will be sorted according to the given sorting options.

Method Summary

createSortedDynamicResultSet creates a sorted XDynamicResultSet depending on internal data, an (unsorted) XDynamicResultSet and the sorting info.

Known Services Which Export this Interface

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

Method Details



createSortedDynamicResultSet

Syntax

com::sun::star::ucb::XDynamicResultSet createSortedDynamicResultSet (
com::sun::star::ucb::XDynamicResultSet Source,
sequence< com::sun::star::ucb::NumberedSortingInfo > Info,
com::sun::star::ucb::XAnyCompareFactory CompareFactory );

Description

creates a sorted 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