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

interface XDriverManager2
Base Interfaces
XDriverManager2XDriverManagerXDriverAccess
┗ ::com::sun::star::container::XEnumerationAccess
   ┗ ::com::sun::star::container::XElementAccess

XDriverManager
Description
is the basic interface for establishing database connections.
XDriverAccess
(referenced interface's summary:)
provides the access of sdbc driver components
::com::sun::star::container::XEnumerationAccess
Description
creates an enumeration on all installed / registered drivers.
Description
is the basic interface for managing a set of SDBC drivers.

As part of its initialization, the DriverManager service will attempt to load the registered drivers.

When the method getConnection is called, the DriverManager will attempt to locate a suitable driver.

Since
LibreOffice 4.0
See also
XDriver, XConnection

Top of Page