LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XFetchProvider Interface Referencepublished

provides the possibility to get the contents of the columns of several rows of a ContentResultSet with a single function call. More...

import"XFetchProvider.idl";

Inheritance diagram for XFetchProvider:
XInterface CachedContentResultSetStub

Public Member Functions

com::sun::star::ucb::FetchResult fetch ([in] long nRowStartPosition, [in] long nRowCount, [in] boolean bDirection)
 returns the contents of the columns of the indicated rows More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

provides the possibility to get the contents of the columns of several rows of a ContentResultSet with a single function call.

Member Function Documentation

◆ fetch()

com::sun::star::ucb::FetchResult fetch ( [in] long  nRowStartPosition,
[in] long  nRowCount,
[in] boolean  bDirection 
)

returns the contents of the columns of the indicated rows

Returns
FetchResult::Rows contains a sequence of anys. Each of these anys contains a sequence of anys.
Parameters
nRowStartPositionthe starting row of the result set
nRowCountthe count of rows
bDirectionTRUE, if you want the rows to be read in the same order, as they are contained in the result set ( TRUE <-> forward step; FALSE <-> backward step )

The documentation for this interface was generated from the following file: