#include <mysqlc_driver.hxx>
|
| MysqlCDriver (const Reference< css::lang::XMultiServiceFactory > &_rxFactory) |
|
void SAL_CALL | disposing () override |
|
OUString SAL_CALL | getImplementationName () override |
|
sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
|
Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
|
Reference< css::sdbc::XConnection > SAL_CALL | connect (const OUString &url, const Sequence< css::beans::PropertyValue > &info) override |
|
sal_Bool SAL_CALL | acceptsURL (const OUString &url) override |
|
Sequence< css::sdbc::DriverPropertyInfo > SAL_CALL | getPropertyInfo (const OUString &url, const Sequence< css::beans::PropertyValue > &info) override |
|
sal_Int32 SAL_CALL | getMajorVersion () override |
|
sal_Int32 SAL_CALL | getMinorVersion () override |
|
const Reference< css::lang::XMultiServiceFactory > & | getFactory () const |
|
virtual css::uno::Reference< css::sdbcx::XTablesSupplier > SAL_CALL | getDataDefinitionByConnection (const css::uno::Reference< css::sdbc::XConnection > &rxConnection) override |
|
virtual css::uno::Reference< css::sdbcx::XTablesSupplier > SAL_CALL | getDataDefinitionByURL (const OUString &rsURL, const css::uno::Sequence< css::beans::PropertyValue > &rInfo) override |
|
Definition at line 42 of file mysqlc_driver.hxx.
◆ MysqlCDriver()
MysqlCDriver::MysqlCDriver |
( |
const Reference< css::lang::XMultiServiceFactory > & |
_rxFactory | ) |
|
|
explicit |
◆ acceptsURL()
sal_Bool SAL_CALL MysqlCDriver::acceptsURL |
( |
const OUString & |
url | ) |
|
|
override |
◆ connect()
Reference< XConnection > SAL_CALL MysqlCDriver::connect |
( |
const OUString & |
url, |
|
|
const Sequence< css::beans::PropertyValue > & |
info |
|
) |
| |
|
override |
◆ disposing()
void MysqlCDriver::disposing |
( |
| ) |
|
|
override |
◆ getDataDefinitionByConnection()
Reference< XTablesSupplier > SAL_CALL MysqlCDriver::getDataDefinitionByConnection |
( |
const css::uno::Reference< css::sdbc::XConnection > & |
rxConnection | ) |
|
|
overridevirtual |
◆ getDataDefinitionByURL()
Reference< XTablesSupplier > SAL_CALL MysqlCDriver::getDataDefinitionByURL |
( |
const OUString & |
rsURL, |
|
|
const css::uno::Sequence< css::beans::PropertyValue > & |
rInfo |
|
) |
| |
|
overridevirtual |
◆ getDefaultEncoding()
static rtl_TextEncoding connectivity::mysqlc::MysqlCDriver::getDefaultEncoding |
( |
| ) |
|
|
inlinestatic |
◆ getFactory()
const Reference< css::lang::XMultiServiceFactory > & connectivity::mysqlc::MysqlCDriver::getFactory |
( |
| ) |
const |
|
inline |
◆ getImplementationName()
OUString SAL_CALL MysqlCDriver::getImplementationName |
( |
| ) |
|
|
override |
◆ getImplementationName_Static()
OUString MysqlCDriver::getImplementationName_Static |
( |
| ) |
|
|
static |
◆ getMajorVersion()
sal_Int32 SAL_CALL MysqlCDriver::getMajorVersion |
( |
| ) |
|
|
override |
◆ getMinorVersion()
sal_Int32 SAL_CALL MysqlCDriver::getMinorVersion |
( |
| ) |
|
|
override |
◆ getPropertyInfo()
Sequence< DriverPropertyInfo > SAL_CALL MysqlCDriver::getPropertyInfo |
( |
const OUString & |
url, |
|
|
const Sequence< css::beans::PropertyValue > & |
info |
|
) |
| |
|
override |
◆ getSupportedServiceNames()
Sequence< OUString > SAL_CALL MysqlCDriver::getSupportedServiceNames |
( |
| ) |
|
|
override |
◆ getSupportedServiceNames_Static()
Sequence< OUString > MysqlCDriver::getSupportedServiceNames_Static |
( |
| ) |
|
|
static |
◆ supportsService()
sal_Bool SAL_CALL MysqlCDriver::supportsService |
( |
const OUString & |
ServiceName | ) |
|
|
override |
◆ m_aMutex
::osl::Mutex connectivity::mysqlc::MysqlCDriver::m_aMutex |
|
protected |
◆ m_xConnections
◆ m_xFactory
Reference<css::lang::XMultiServiceFactory> connectivity::mysqlc::MysqlCDriver::m_xFactory |
|
protected |
The documentation for this class was generated from the following files: