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

interface XCloseable
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-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(

 
SQLException );

Description
releases all resources connected to an object.
Throws
SQLException if a database access error occurs.
Top of Page