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

interface XResultSetAccess
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XResultSetAccess
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
is the interface to create a ::com::sun::star::sdbc::ResultSet based on the object providing the interface.
Developers Guide
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