LibreOffice
LibreOffice 25.8 SDK API Reference
|
may be implemented to hide the complexity of dropping a database catalog. More...
import "XDropCatalog.idl";
Public Member Functions | |
void | dropCatalog ([in]string catalogName, [in]sequence< com::sun::star::beans::PropertyValue > info) raises (com::sun::star::sdbc::SQLException, com::sun::star::container::NoSuchElementException) |
drops a catalog identified by its name. | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. |
may be implemented to hide the complexity of dropping a database catalog.
Could normally be used only in offline mode, no connection on the database. This should be checked by the driver.
void dropCatalog | ( | [in] string | catalogName, | |||
[in] sequence< com::sun::star::beans::PropertyValue > | info ) | |||||
raises | ( | com::sun::star::sdbc::SQLException, | ||||
com::sun::star::container::NoSuchElementException ) |
drops a catalog identified by its name.
catalogName | the catalog name |
info | driver specific information |
com::sun::star::sdbc::SQLException | if a database access error occurs. |