19 #ifndef __com_sun_star_sdbcx_Driver_idl__ 20 #define __com_sun_star_sdbcx_Driver_idl__ 24 module
com { module sun { module star { module sdbcx {
26 published
interface XDataDefinitionSupplier;
27 published
interface XCreateCatalog;
28 published
interface XDropCatalog;
provides the access to data definition beans from a connected database.
Definition: XDataDefinitionSupplier.idl:39
may be implemented to hide the complexity of dropping a database catalog.
Definition: XDropCatalog.idl:37
Definition: Ambiguous.idl:22
extends the service com::sun::star::sdbc::Driver by beans for data definition.
Definition: Driver.idl:45
may be implemented to hide the complexity of creating a database catalog.
Definition: XCreateCatalog.idl:35
is the service that every driver class must implement.
Definition: Driver.idl:53