service Driver in module com::sun::star::sdbcx:: |
service Driver;
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 |
is the service that every driver class must implement.
Exported Interfaces |
used to get access to the catalog.
is optional for implementation.
is optional for implementation.
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.