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

service CachedDynamicResultSet
Description
provides read access to a static or dynamically changing ::com::sun::star::ucb::ContentResultSet .

For example, a ::com::sun::star::ucb::DynamicResultSet is returned from the open-command executed by an ::com::sun::star::ucb::XCommandProcessor of the service ::com::sun::star::ucb::Content .


Exported Interfaces
::com::sun::star::ucb::XDynamicResultSet
Description
Provides remote optimized read access to a static or a dynamically changing ::com::sun::star::ucb::ContentResultSet .

The ::com::sun::star::sdbc::XResultSet s given to the listener in the first notification in the ::com::sun::star::ucb::WelcomeDynamicResultSetStruct are implementations of the ::com::sun::star::ucb::CachedContentResultSet service.

This interface is required.

::com::sun::star::ucb::XSourceInitialization
Description
provides the initialization of the ::com::sun::star::ucb::CachedDynamicResultSet with a source object.

The Source in ::com::sun::star::ucb::XSourceInitialization::setSource has to be an implementation of service ::com::sun::star::ucb::CachedDynamicResultSetStub

This interface is required.


 
Top of Page