LibreOffice
LibreOffice 24.2 SDK API Reference
|
uses a row set as datasource. More...
import"XRowSetSupplier.idl";
Public Member Functions | |
com::sun::star::sdbc::XRowSet | getRowSet () |
provides access to the data source. More... | |
void | setRowSet ([in] com::sun::star::sdbc::XRowSet xDataSource) |
sets the data source. 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... | |
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 |