service ResultSet in module com::sun::star::sdb::

(Global Index)

Syntax

service ResultSet;

Description

extends the ResultSet by a more sophisticated access to the result sets data.

Included Services

com::sun::star::sdbcx::ResultSet

Description

extends the SDBC ResultSet by the possibility of bookmark positioning, cancelling the positioning, and updating of rows.


Exported Interfaces

com::sun::star::sdbcx::XColumnsSupplier

Description

access to the description and data.


Top of Page