Lines Matching refs:ODBCDriver
40 ODBCDriver::ODBCDriver(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServic… in ODBCDriver() function in ODBCDriver
47 void ODBCDriver::disposing() in disposing()
65 rtl::OUString ODBCDriver::getImplementationName_Static( ) throw(RuntimeException) in getImplementationName_Static()
74 SS ODBCDriver::getSupportedServiceNames_Static( ) throw (RuntimeException) in getSupportedServiceNames_Static()
82 ::rtl::OUString SAL_CALL ODBCDriver::getImplementationName( ) throw(RuntimeException) in getImplementationName()
88 sal_Bool SAL_CALL ODBCDriver::supportsService( const ::rtl::OUString& _rServiceName ) throw(Runtime… in supportsService()
100 SS SAL_CALL ODBCDriver::getSupportedServiceNames( ) throw(RuntimeException) in getSupportedServiceNames()
106 Reference< XConnection > SAL_CALL ODBCDriver::connect( const ::rtl::OUString& url, const Sequence< … in connect()
125 sal_Bool SAL_CALL ODBCDriver::acceptsURL( const ::rtl::OUString& url ) in acceptsURL()
131 Sequence< DriverPropertyInfo > SAL_CALL ODBCDriver::getPropertyInfo( const ::rtl::OUString& url, co… in getPropertyInfo()
213 sal_Int32 SAL_CALL ODBCDriver::getMajorVersion( ) throw(RuntimeException) in getMajorVersion()
218 sal_Int32 SAL_CALL ODBCDriver::getMinorVersion( ) throw(RuntimeException) in getMinorVersion()