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

service CachedDynamicResultSetStub
Description
provides read access to a static or dynamicallly changing ContentResultSet.

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


Exported Interfaces - Summary
XDynamicResultSet

In Combination with a CachedDynamicResultSet this provides remote optimized read access to a static or dynamically changing ContentResultSet. (details)

XSourceInitialization

provides the initialization of the CachedDynamicResultSetStub with a source object. (details)

Exported Interfaces - Details
XDynamicResultSet
Description
In Combination with a CachedDynamicResultSet this provides remote optimized read access to a static or dynamically changing ContentResultSet.

The ::com::sun::star::sdbc::XResultSets given to the listener in the first notification in the WelcomeDynamicResultSetStruct are implementations of CachedContentResultSetStub.

This interface is required.

XSourceInitialization
Description
provides the initialization of the CachedDynamicResultSetStub with a source object.

The Source in XSourceInitialization::setSource has to be an implementation of service DynamicResultSet

This interface is required.


 
Top of Page