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

interface XCloseable
Description
provides for the releasing of resources acquired by the implementing object.

Methods' Summary
close releases all resources connected to an object.  
Methods' Details
close
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