| LibreOffice
    LibreOffice 24.8 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. | |
| void | setRowSet ([in] com::sun::star::sdbc::XRowSet xDataSource) | 
| sets the data source. | |
| Public Member Functions inherited from XInterface | |
| 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 |