interface XResultSetAccess in module com::sun::star::sdb::

(Global Index)

Syntax

interface XResultSetAccess : com::sun::star::uno::XInterface ;

Description

is the interface to create a ResultSet based on the object providing the interface.

Method Summary

createResultSet returns a new ResultSet based on the object.

Known Services Which Export this Interface

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

Method Details



createResultSet

Syntax

com::sun::star::sdbc::XResultSet createResultSet ();
raises ( com::sun::star::sdbc::SQLException );

Description

returns a new ResultSet based on the object.

Returns

the new created ResultSet object
Top of Page