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

(Global Index)

Syntax

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

Description

creates a CachedContentResultSetStub .

Method Summary

createCachedContentResultSetStub creates a remote optimized XResultSet .

Known Services Which Export this Interface

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

Method Details



createCachedContentResultSetStub

Syntax

com::sun::star::sdbc::XResultSet createCachedContentResultSetStub (
com::sun::star::sdbc::XResultSet xSource );

Description

creates a remote optimized XResultSet .

Parameter xSource

must be an instance of service ContentResultSet .

Returns

an instance of service CachedContentResultSetStub .
Top of Page