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

(Global Index)

Syntax

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

Description

creates a CachedContentResultSet .

Method Summary

createCachedContentResultSet creates a remote optimized XResultSet .

Known Services Which Export this Interface

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

Method Details



createCachedContentResultSet

Syntax

com::sun::star::sdbc::XResultSet createCachedContentResultSet (
com::sun::star::sdbc::XResultSet xSource,
com::sun::star::ucb::XContentIdentifierMapping xMapping );

Description

creates a remote optimized XResultSet .

Parameter xSource

must be an instance of service CachedContentResultSetStub .

Parameter xMapping

can be used for optimization of remote access via the interface XContentAccess of the CachedContentResultSet . This paramter can be NULL .

Returns

an instance of service CachedContentResultSet .
Top of Page