service Driver in module com::sun::star::sdbcx::

(Global Index)

Syntax

service Driver;

Description

extends the service Driver by beans for data definition.

This service is optional for each driver. Its purpose is to define a common way for database definition, as the DDL differs between most DBMS.

Definition and deletion of database catalogs can't be defined in a common manner for DBMS, but it should be possible to hide much of the complexity of creation and deletion of catalogs. Each driver could provide methods to cover these tasks.

Included Services

com::sun::star::sdbc::Driver

Description

is the service that every driver class must implement.


Exported Interfaces

com::sun::star::sdbcx::XDatabaseDefinitionSupplier

Description

used to get access to the catalog.

See also

Catalog

com::sun::star::sdbcx::XCreateCatalog [ OPTIONAL ]

Description

is optional for implementation.


com::sun::star::sdbcx::XDropCatalog [ OPTIONAL ]

Description

is optional for implementation.


Top of Page