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

interface XCachedContentResultSetStubFactory
Description
creates a CachedContentResultSetStub .

Methods' Summary
createCachedContentResultSetStub creates a remote optimized ::com::sun::star::sdbc::XResultSet .  
Methods' Details
createCachedContentResultSetStub
::com::sun::star::sdbc::XResultSet
createCachedContentResultSetStub( [in] ::com::sun::star::sdbc::XResultSet  xSource );

Description
creates a remote optimized ::com::sun::star::sdbc::XResultSet .
Parameter xSource
must be an instance of service ContentResultSet .
Returns
an instance of service CachedContentResultSetStub .
Top of Page