:: com :: sun :: star :: sdb ::

interface XResultSetAccess
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XResultSetAccess
Description
is the interface to create a ::com::sun::star::sdbc::ResultSet based on the object providing the interface.
Developers Guide
12.3.1 Database Access - Manipulating Data - The RowSet Service - Clones of the RowSet Service

Methods' Summary
createResultSet returns a new ::com::sun::star::sdbc::ResultSet based on the object.
Methods' Details
createResultSet
::com::sun::star::sdbc::XResultSet
createResultSet()
 

raises(

 
::com::sun::star::sdbc::SQLException );

Description
returns a new ::com::sun::star::sdbc::ResultSet based on the object.
Returns
the new created ResultSet object
Top of Page