|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
20 module
com { module sun { module star { module sdbcx {
22 published
interface XDataDefinitionSupplier;
23 published
interface XCreateCatalog;
24 published
interface XDropCatalog;
is the service that every driver class must implement.
Definition: Driver.idl:52
may be implemented to hide the complexity of dropping a database catalog.
Definition: XDropCatalog.idl:28
extends the service com::sun::star::sdbc::Driver by beans for data definition.
Definition: Driver.idl:42
Definition: Ambiguous.idl:20
provides the access to data definition beans from a connected database.
Definition: XDataDefinitionSupplier.idl:32
may be implemented to hide the complexity of creating a database catalog.
Definition: XCreateCatalog.idl:26