Searched refs:ODriverWrapper (Results 1 – 3 of 3) sorted by relevance
43 …ODriverWrapper::ODriverWrapper( Reference< XAggregation >& _rxAggregateDriver, OConnectionPool* _p… in ODriverWrapper() function in connectivity::ODriverWrapper70 ODriverWrapper::~ODriverWrapper() in ~ODriverWrapper()81 Any SAL_CALL ODriverWrapper::queryInterface( const Type& _rType ) throw (RuntimeException) in queryInterface()88 …Reference< XConnection > SAL_CALL ODriverWrapper::connect( const ::rtl::OUString& url, const Seque… in connect()101 …sal_Bool SAL_CALL ODriverWrapper::acceptsURL( const ::rtl::OUString& url ) throw (SQLException, Ru… in acceptsURL()107 …Sequence< DriverPropertyInfo > SAL_CALL ODriverWrapper::getPropertyInfo( const ::rtl::OUString& ur… in getPropertyInfo()116 sal_Int32 SAL_CALL ODriverWrapper::getMajorVersion( ) throw (RuntimeException) in getMajorVersion()122 sal_Int32 SAL_CALL ODriverWrapper::getMinorVersion( ) throw (RuntimeException) in getMinorVersion()
44 class ODriverWrapper : public ODriverWrapper_BASE class58 ODriverWrapper(70 virtual ~ODriverWrapper();
228 xDriver = new ODriverWrapper(xDriverProxy, pConnectionPool); in getDriverByURL()
Completed in 23 milliseconds