Lines Matching refs:MysqlCDriver
40 MysqlCDriver::MysqlCDriver(const Reference< XMultiServiceFactory >& _rxFactory) in MysqlCDriver() function in MysqlCDriver
51 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()
107 sal_Bool SAL_CALL MysqlCDriver::supportsService(const OUString& _rServiceName) in supportsService()
122 Sequence< OUString > SAL_CALL MysqlCDriver::getSupportedServiceNames() in getSupportedServiceNames()
133 void MysqlCDriver::impl_initCppConn_lck_throw() in impl_initCppConn_lck_throw()
149 Reference< XConnection > SAL_CALL MysqlCDriver::connect(const OUString& url, const Sequence< Proper… in connect()
186 sal_Bool SAL_CALL MysqlCDriver::acceptsURL(const OUString& url) in acceptsURL()
196 Sequence< DriverPropertyInfo > SAL_CALL MysqlCDriver::getPropertyInfo(const OUString& url, const Se… in getPropertyInfo()
226 sal_Int32 SAL_CALL MysqlCDriver::getMajorVersion() in getMajorVersion()
236 sal_Int32 SAL_CALL MysqlCDriver::getMinorVersion() in getMinorVersion()
253 return(*(new MysqlCDriver(_rxFactory))); in MysqlCDriver_CreateInstance()