LibreOffice
LibreOffice 24.2 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. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
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. |