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

service CachedDynamicResultSetStub
Description
provides read access to a static or dynamicallly 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
In Combination with a ::com::sun::star::ucb::CachedDynamicResultSet this provides remote optimized read access to a static or 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 ::com::sun::star::ucb::CachedContentResultSetStub .

This interface is required.

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

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

This interface is required.


 
Top of Page