Searched refs:MysqlCDriver (Results 1 – 5 of 5) sorted by relevance
40 MysqlCDriver::MysqlCDriver(const Reference< XMultiServiceFactory >& _rxFactory) in MysqlCDriver() function in MysqlCDriver51 void MysqlCDriver::disposing() in disposing()73 OUString MysqlCDriver::getImplementationName_Static() in getImplementationName_Static()83 Sequence< OUString > MysqlCDriver::getSupportedServiceNames_Static() in getSupportedServiceNames_Static()97 OUString SAL_CALL MysqlCDriver::getImplementationName() in getImplementationName()122 Sequence< OUString > SAL_CALL MysqlCDriver::getSupportedServiceNames() in getSupportedServiceNames()133 void MysqlCDriver::impl_initCppConn_lck_throw() in impl_initCppConn_lck_throw()186 sal_Bool SAL_CALL MysqlCDriver::acceptsURL(const OUString& url) in acceptsURL()226 sal_Int32 SAL_CALL MysqlCDriver::getMajorVersion() in getMajorVersion()236 sal_Int32 SAL_CALL MysqlCDriver::getMinorVersion() in getMinorVersion()[all …]
127 MysqlCDriver::getImplementationName_Static(), in component_writeInfo()128 MysqlCDriver::getSupportedServiceNames_Static(), xKey); in component_writeInfo()151 MysqlCDriver::getImplementationName_Static(), in component_getFactory()152 MysqlCDriver::getSupportedServiceNames_Static(), in component_getFactory()
87 class MysqlCDriver;119 MysqlCDriver& m_rDriver; // Pointer to the owning driver object138 OConnection(MysqlCDriver& _rDriver, sql::Driver * cppDriver);226 inline const MysqlCDriver& getDriver() const { return m_rDriver;} in getDriver()
53 class MysqlCDriver : public ODriver_BASE class66 MysqlCDriver(const Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxFactory);
69 OConnection::OConnection(MysqlCDriver& _rDriver, sql::Driver * _cppDriver) in OConnection()
Completed in 74 milliseconds