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

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

interface XCachedContentResultSetFactory

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

Description
creates a CachedContentResultSet .


Known Services which Export this Interface

com::sun::star::ucb::CachedContentResultSetFactory is a factory for CachedContentResultSet implementations.

Methods' Summary

createCachedContentResultSet creates a remote optimized XResultSet .

Methods' Details

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