LibreOffice
LibreOffice 24.2 SDK API Reference
|
may be implemented to hide the complexity of creating a database catalog. More...
import"XCreateCatalog.idl";
Public Member Functions | |
void | createCatalog ([in]sequence< com::sun::star::beans::PropertyValue > info) raises (com::sun::star::sdbc::SQLException, com::sun::star::container::ElementExistException) |
creates the catalog by using a sequence of property values. 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 creating a database catalog.
void createCatalog | ( | [in] sequence< com::sun::star::beans::PropertyValue > | info | ) | |
raises | ( | com::sun::star::sdbc::SQLException, | |||
com::sun::star::container::ElementExistException | |||||
) |
creates the catalog by using a sequence of property values.
The kind of properties depends on the provider.
info | driver specific information |
com::sun::star::sdbc::SQLException | if a database access error occurs. |