#include <MacabDriver.hxx>
|
css::uno::Reference< css::uno::XComponentContext > const & | getComponentContext () const |
|
| MacabDriver (const css::uno::Reference< css::uno::XComponentContext > &_rxContext) |
|
|
virtual void SAL_CALL | disposing () override |
|
virtual OUString SAL_CALL | getImplementationName () override |
|
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
|
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
|
virtual css::uno::Reference< css::sdbc::XConnection > SAL_CALL | connect (const OUString &url, const css::uno::Sequence< css::beans::PropertyValue > &info) override |
|
virtual sal_Bool SAL_CALL | acceptsURL (const OUString &url) override |
|
virtual css::uno::Sequence< css::sdbc::DriverPropertyInfo > SAL_CALL | getPropertyInfo (const OUString &url, const css::uno::Sequence< css::beans::PropertyValue > &info) override |
|
virtual sal_Int32 SAL_CALL | getMajorVersion () override |
|
virtual sal_Int32 SAL_CALL | getMinorVersion () override |
|
virtual void SAL_CALL | queryTermination (const css::lang::EventObject &Event) override |
|
virtual void SAL_CALL | notifyTermination (const css::lang::EventObject &Event) override |
|
virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
|
Definition at line 106 of file MacabDriver.hxx.
◆ MacabDriver()
MacabDriver::MacabDriver |
( |
const css::uno::Reference< css::uno::XComponentContext > & |
_rxContext | ) |
|
|
explicit |
◆ acceptsURL()
sal_Bool SAL_CALL MacabDriver::acceptsURL |
( |
const OUString & |
url | ) |
|
|
overrideprotectedvirtual |
◆ connect()
Reference< XConnection > SAL_CALL MacabDriver::connect |
( |
const OUString & |
url, |
|
|
const css::uno::Sequence< css::beans::PropertyValue > & |
info |
|
) |
| |
|
overrideprotectedvirtual |
◆ disposing() [1/2]
void MacabDriver::disposing |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ disposing() [2/2]
virtual void SAL_CALL connectivity::macab::MacabDriver::disposing |
( |
const css::lang::EventObject & |
Source | ) |
|
|
overrideprotectedvirtual |
◆ getComponentContext()
css::uno::Reference< css::uno::XComponentContext > const & connectivity::macab::MacabDriver::getComponentContext |
( |
| ) |
const |
|
inline |
◆ getImplementationName()
OUString SAL_CALL MacabDriver::getImplementationName |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ getMajorVersion()
sal_Int32 SAL_CALL MacabDriver::getMajorVersion |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ getMinorVersion()
sal_Int32 SAL_CALL MacabDriver::getMinorVersion |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ getPropertyInfo()
Sequence< DriverPropertyInfo > SAL_CALL MacabDriver::getPropertyInfo |
( |
const OUString & |
url, |
|
|
const css::uno::Sequence< css::beans::PropertyValue > & |
info |
|
) |
| |
|
overrideprotectedvirtual |
◆ getSupportedServiceNames()
Sequence< OUString > SAL_CALL MacabDriver::getSupportedServiceNames |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ impl_getConfigurationSettingsPath()
OUString MacabDriver::impl_getConfigurationSettingsPath |
( |
| ) |
|
|
static |
returns the path of our configuration settings
Definition at line 298 of file MacabDriver.cxx.
◆ impl_shutdownImplementationModule()
void connectivity::macab::MacabDriver::impl_shutdownImplementationModule |
( |
| ) |
|
|
private |
shuts down the library which contains the real implementations
This method is safe against being called multiple times
@precond our mutex is locked
◆ notifyTermination()
void SAL_CALL MacabDriver::notifyTermination |
( |
const css::lang::EventObject & |
Event | ) |
|
|
overrideprotectedvirtual |
◆ queryTermination()
void SAL_CALL MacabDriver::queryTermination |
( |
const css::lang::EventObject & |
Event | ) |
|
|
overrideprotectedvirtual |
◆ supportsService()
sal_Bool SAL_CALL MacabDriver::supportsService |
( |
const OUString & |
ServiceName | ) |
|
|
overrideprotectedvirtual |
◆ m_aImplModule
◆ m_aMutex
::osl::Mutex connectivity::macab::MacabDriver::m_aMutex |
|
protected |
◆ m_xConnections
◆ m_xContext
css::uno::Reference< css::uno::XComponentContext > connectivity::macab::MacabDriver::m_xContext |
|
protected |
The documentation for this class was generated from the following files: