LibreOffice
LibreOffice 24.2 SDK API Reference
|
uses a row set as datasource. More...
Public Member Functions | |
com::sun::star::sdbc::XRowSet | getRowSet () |
provides access to the data source. | |
void | setRowSet ([in] com::sun::star::sdbc::XRowSet xDataSource) |
sets the data source. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
uses a row set as datasource.
com::sun::star::sdbc::XRowSet getRowSet | ( | ) |
provides access to the data source.
void setRowSet | ( | [in] com::sun::star::sdbc::XRowSet | xDataSource | ) |
sets the data source.
xDataSource | the RowSet object to set |