| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
provides access to the meta data of a result set. More...
import "XResultSetMetaDataSupplier.idl";
 
  
| Public Member Functions | |
| XResultSetMetaData | getMetaData () raises (SQLException) | 
| retrieves the number, types, and properties of a ResultSet's columns. | |
| 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. | |
provides access to the meta data of a result set.
The number, types, and properties of a ResultSet's columns are provided by the com::sun::star::sdbc::XResultSetMetaData interface returned by the com::sun::star::sdbc::XResultSetMetaDataSupplier::getMetaData() method.
| XResultSetMetaData getMetaData | ( | ) | ||||
| raises | ( | SQLException ) | ||||
retrieves the number, types, and properties of a ResultSet's columns.
| SQLException | if a database access error occurs. |