is the interface to create a com::sun::star::sdbc::ResultSet based on the object providing the interface. More...
import "XResultSetAccess.idl";
Public Member Functions | |
com::sun::star::sdbc::XResultSet | createResultSet () raises (com::sun::star::sdbc::SQLException) |
returns a new com::sun::star::sdbc::ResultSet based on the object. | |
![]() | |
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. | |
is the interface to create a com::sun::star::sdbc::ResultSet based on the object providing the interface.
com::sun::star::sdbc::XResultSet createResultSet | ( | ) | ||||
raises | ( | com::sun::star::sdbc::SQLException ) |
returns a new com::sun::star::sdbc::ResultSet based on the object.