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
|
|
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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.