Home
last modified time | relevance | path

Searched refs:ODriverDelegator (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx77 return *(new ODriverDelegator(_rxFac)); in ODriverDelegator_CreateInstance()
87 ODriverDelegator::ODriverDelegator(const Reference< XMultiServiceFactory >& _rxFactory) in ODriverDelegator() function in connectivity::ODriverDelegator
95 ODriverDelegator::~ODriverDelegator() in ~ODriverDelegator()
107 void SAL_CALL ODriverDelegator::disposing() in disposing()
129 Reference< XDriver > ODriverDelegator::loadDriver( ) in loadDriver()
150 aConfigPath.append ( ODriverDelegator::getImplementationName_Static() ); in lcl_getPermittedJavaMethods_nothrow()
175 …Reference< XConnection > SAL_CALL ODriverDelegator::connect( const ::rtl::OUString& url, const Seq… in connect()
401 …sal_Bool SAL_CALL ODriverDelegator::acceptsURL( const ::rtl::OUString& url ) throw (SQLException, … in acceptsURL()
409 …Sequence< DriverPropertyInfo > SAL_CALL ODriverDelegator::getPropertyInfo( const ::rtl::OUString& … in getPropertyInfo()
439 sal_Int32 SAL_CALL ODriverDelegator::getMajorVersion( ) throw (RuntimeException) in getMajorVersion()
[all …]
H A DHTerminateListener.hxx38 class ODriverDelegator;
42 ODriverDelegator* m_pDriver;
46 OConnectionController(ODriverDelegator* _pDriver) : m_pDriver(_pDriver){} in OConnectionController()
H A DHservices.cxx107 ODriverDelegator::getImplementationName_Static(), in component_getFactory()
108 ODriverDelegator::getSupportedServiceNames_Static(), in component_getFactory()
/AOO41X/main/connectivity/source/drivers/mysql/
H A DYDriver.cxx52 return *(new ODriverDelegator(_rxFac)); in ODriverDelegator_CreateInstance()
61 ODriverDelegator::ODriverDelegator(const Reference< XMultiServiceFactory >& _rxFactory) in ODriverDelegator() function in connectivity::ODriverDelegator
69 ODriverDelegator::~ODriverDelegator() in ~ODriverDelegator()
86 void ODriverDelegator::disposing() in disposing()
214 …Reference< XDriver > ODriverDelegator::loadDriver( const ::rtl::OUString& url, const Sequence< Pro… in loadDriver()
247 …Reference< XConnection > SAL_CALL ODriverDelegator::connect( const ::rtl::OUString& url, const Seq… in connect()
309 …sal_Bool SAL_CALL ODriverDelegator::acceptsURL( const ::rtl::OUString& url ) throw (SQLException, … in acceptsURL()
322 …Sequence< DriverPropertyInfo > SAL_CALL ODriverDelegator::getPropertyInfo( const ::rtl::OUString& … in getPropertyInfo()
382 sal_Int32 SAL_CALL ODriverDelegator::getMajorVersion( ) throw (RuntimeException) in getMajorVersion()
388 sal_Int32 SAL_CALL ODriverDelegator::getMinorVersion( ) throw (RuntimeException) in getMinorVersion()
[all …]
H A DYservices.cxx106 ODriverDelegator::getImplementationName_Static(), in component_getFactory()
107 ODriverDelegator::getSupportedServiceNames_Static(), in component_getFactory()
/AOO41X/main/connectivity/source/inc/mysql/
H A DYDriver.hxx66 class ODriverDelegator : public ::comphelper::OBaseMutex class
93ODriverDelegator(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFact…
112 virtual ~ODriverDelegator();
/AOO41X/main/connectivity/source/inc/hsqldb/
H A DHDriver.hxx65 class ODriverDelegator : public ::comphelper::OBaseMutex class
91ODriverDelegator(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFact…
125 virtual ~ODriverDelegator();