interface XCloseable in module com::sun::star::sdbc::

(Global Index)

Syntax

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

Description

provides for the releasing of resources acquired by the implementing object.

Method Summary

close releases all resources connected to an object.

Known Services Which Export this Interface

com::sun::star::sdbc::PreparedStatement

com::sun::star::sdbc::ResultSet

com::sun::star::sdbc::Statement

com::sun::star::ucb::ContentResultSet

Method Details



close

Syntax

void close ();
raises ( com::sun::star::sdbc::SQLException );

Description

releases all resources connected to an object.

Throws

SQLException if a database access error occurs.
Top of Page