LibreOffice Module connectivity (master) 1
|
#include <mdrivermanager.hxx>
Public Attributes | |
OUString | sImplementationName |
css::uno::Reference< css::sdbc::XDriver > | xDriver |
the implementation name of the driver More... | |
css::uno::Reference< css::lang::XSingleComponentFactory > | xComponentFactory |
the driver itself More... | |
Definition at line 42 of file mdrivermanager.hxx.
OUString drivermanager::DriverAccess::sImplementationName |
Definition at line 44 of file mdrivermanager.hxx.
Referenced by drivermanager::OSDBCDriverManager::bootstrapDrivers(), and drivermanager::OSDBCDriverManager::initializeDriverPrecedence().
css::uno::Reference< css::lang::XSingleComponentFactory > drivermanager::DriverAccess::xComponentFactory |
the driver itself
Definition at line 46 of file mdrivermanager.hxx.
Referenced by drivermanager::OSDBCDriverManager::bootstrapDrivers().
css::uno::Reference< css::sdbc::XDriver > drivermanager::DriverAccess::xDriver |
the implementation name of the driver
Definition at line 45 of file mdrivermanager.hxx.
Referenced by drivermanager::OSDBCDriverManager::bootstrapDrivers().