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

interface XResultSetAccess
Description
is the interface to create a ::com::sun::star::sdbc::ResultSet based on the object providing the interface.
Developers Guide
Database - 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