Lines Matching refs:ODriverDelegator

52 			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()
394 …Reference< XTablesSupplier > SAL_CALL ODriverDelegator::getDataDefinitionByConnection( const Refer… in getDataDefinitionByConnection()
444 …Reference< XTablesSupplier > SAL_CALL ODriverDelegator::getDataDefinitionByURL( const ::rtl::OUStr… in getDataDefinitionByURL()
459 rtl::OUString ODriverDelegator::getImplementationName_Static( ) throw(RuntimeException) in getImplementationName_Static()
464 …Sequence< ::rtl::OUString > ODriverDelegator::getSupportedServiceNames_Static( ) throw (RuntimeEx… in getSupportedServiceNames_Static()
472 ::rtl::OUString SAL_CALL ODriverDelegator::getImplementationName( ) throw(RuntimeException) in getImplementationName()
478 …sal_Bool SAL_CALL ODriverDelegator::supportsService( const ::rtl::OUString& _rServiceName ) throw(… in supportsService()
489 …Sequence< ::rtl::OUString > SAL_CALL ODriverDelegator::getSupportedServiceNames( ) throw(RuntimeE… in getSupportedServiceNames()