#include <NDriver.hxx>
|
| OEvoabDriver (const css::uno::Reference< css::uno::XComponentContext > &) |
|
virtual | ~OEvoabDriver () override |
|
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 |
|
const css::uno::Reference< css::uno::XComponentContext > & | getComponentContext () const |
|
Definition at line 39 of file NDriver.hxx.
◆ OEvoabDriver()
OEvoabDriver::OEvoabDriver |
( |
const css::uno::Reference< css::uno::XComponentContext > & |
| ) |
|
|
explicit |
◆ ~OEvoabDriver()
OEvoabDriver::~OEvoabDriver |
( |
| ) |
|
|
overridevirtual |
◆ acceptsURL()
sal_Bool SAL_CALL OEvoabDriver::acceptsURL |
( |
const OUString & |
url | ) |
|
|
overridevirtual |
◆ acceptsURL_Stat()
bool OEvoabDriver::acceptsURL_Stat |
( |
std::u16string_view |
url | ) |
|
|
static |
◆ connect()
Reference< XConnection > SAL_CALL OEvoabDriver::connect |
( |
const OUString & |
url, |
|
|
const css::uno::Sequence< css::beans::PropertyValue > & |
info |
|
) |
| |
|
overridevirtual |
◆ disposing()
void OEvoabDriver::disposing |
( |
| ) |
|
|
overridevirtual |
◆ getComponentContext()
const css::uno::Reference< css::uno::XComponentContext > & connectivity::evoab::OEvoabDriver::getComponentContext |
( |
| ) |
const |
|
inline |
◆ getImplementationName()
OUString SAL_CALL OEvoabDriver::getImplementationName |
( |
| ) |
|
|
overridevirtual |
◆ getMajorVersion()
sal_Int32 SAL_CALL OEvoabDriver::getMajorVersion |
( |
| ) |
|
|
overridevirtual |
◆ getMinorVersion()
sal_Int32 SAL_CALL OEvoabDriver::getMinorVersion |
( |
| ) |
|
|
overridevirtual |
◆ getPropertyInfo()
Sequence< DriverPropertyInfo > SAL_CALL OEvoabDriver::getPropertyInfo |
( |
const OUString & |
url, |
|
|
const css::uno::Sequence< css::beans::PropertyValue > & |
info |
|
) |
| |
|
overridevirtual |
◆ getSupportedServiceNames()
Sequence< OUString > SAL_CALL OEvoabDriver::getSupportedServiceNames |
( |
| ) |
|
|
overridevirtual |
◆ supportsService()
sal_Bool SAL_CALL OEvoabDriver::supportsService |
( |
const OUString & |
ServiceName | ) |
|
|
overridevirtual |
◆ m_aMutex
::osl::Mutex connectivity::evoab::OEvoabDriver::m_aMutex |
|
private |
◆ m_xConnections
◆ m_xContext
css::uno::Reference< css::uno::XComponentContext > connectivity::evoab::OEvoabDriver::m_xContext |
|
private |
The documentation for this class was generated from the following files: