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

struct OpenCommandArgument2
Base Hierarchy
OpenCommandArgument2
 ┗ ::com::sun::star::ucb::OpenCommandArgument
Description
The argument for commands like "open", "update", and "synchronize".

This strcut extends the original OpenCommandArgument, which must not be changed for compatibility reasons.

See also
::com::sun::star::ucb::XCommandProcessor
Developers Guide
Elements' Summary
SortingInfo The sort criteria for the rows of the returned ::com::sun::star::ucb::ContentResultSet .  
Elements' Details
SortingInfo
sequence< ::com::sun::star::ucb::NumberedSortingInfo > SortingInfo;
Description
The sort criteria for the rows of the returned ::com::sun::star::ucb::ContentResultSet .

The resultset implementation may ignore this parameter, if it cannot sort the data by the given criteria in an efficient way (i.e. directly using the underlying data source -> SQL-database -> ORDER BY).

Top of Page