Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XCachedContentResultSetStubFactory

Base Interface
com::sun::star::uno::XInterface

Description
creates a CachedContentResultSetStub .


Known Services which Export this Interface

com::sun::star::ucb::CachedContentResultSetStubFactory is a factory for CachedContentResultSetStub implementations.

Methods' Summary

createCachedContentResultSetStub creates a remote optimized XResultSet .

Methods' Details

createCachedContentResultSetStub
 
com::sun::star::sdbc::XResultSet
createCachedContentResultSetStub(
[ in ] 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