Searched refs:ODBCDriver (Results 1 – 16 of 16) sorted by relevance
/aoo41x/main/connectivity/source/drivers/odbcbase/ |
H A D | ODriver.cxx | 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() 213 sal_Int32 SAL_CALL ODBCDriver::getMajorVersion( ) throw(RuntimeException) in getMajorVersion() [all …]
|
H A D | OConnection.cxx | 54 OConnection::OConnection(const SQLHANDLE _pDriverHandle,ODBCDriver* _pDriver) in OConnection()
|
/aoo41x/main/qadevOOo/objdsc/odbc/ |
H A D | com.sun.star.comp.sdbc.ODBCDriver.csv | 1 "ODBCDriver";"com::sun::star::sdbc::XDriver";"connect()" 2 "ODBCDriver";"com::sun::star::sdbc::XDriver";"acceptsURL()" 3 "ODBCDriver";"com::sun::star::sdbc::XDriver";"getPropertyInfo()" 4 "ODBCDriver";"com::sun::star::sdbc::XDriver";"getMajorVersion()" 5 "ODBCDriver";"com::sun::star::sdbc::XDriver";"getMinorVersion()"
|
/aoo41x/main/connectivity/source/inc/odbc/ |
H A D | OConnection.hxx | 47 class ODBCDriver; 73 ODBCDriver* m_pDriver; // Pointer to the owning 96 OConnection(const SQLHANDLE _pDriverHandle,ODBCDriver* _pDriver); 143 inline ODBCDriver* getDriver() const { return m_pDriver;} in getDriver()
|
H A D | ODriver.hxx | 41 class OOO_DLLPUBLIC_ODBCBASE SAL_NO_VTABLE ODBCDriver : public ODriver_BASE class 57 …ODBCDriver(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >&…
|
/aoo41x/main/connectivity/source/drivers/odbc/ |
H A D | oservices.cxx | 107 ODBCDriver::getImplementationName_Static(), in component_getFactory() 108 ODBCDriver::getSupportedServiceNames_Static(), in component_getFactory()
|
H A D | ORealDriver.cxx | 102 class ORealObdcDriver : public ODBCDriver 108 …:Reference< ::com::sun::star::lang::XMultiServiceFactory >& _rxFactory) : ODBCDriver(_rxFactory) {} in ORealObdcDriver()
|
/aoo41x/main/connectivity/source/inc/adabas/ |
H A D | BConnection.hxx | 36 class ODBCDriver; 54 … OAdabasConnection(const SQLHANDLE _pDriverHandle,connectivity::odbc::ODBCDriver* _pDriver);
|
H A D | BDriver.hxx | 51 typedef odbc::ODBCDriver ODriver_BASE;
|
/aoo41x/main/qadevOOo/tests/java/mod/_odbc/ |
H A D | ODBCDriver.java | 45 public class ODBCDriver extends TestCase { class
|
/aoo41x/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/ |
H A D | _Validat.idt | 301 ODBCAttribute Driver_ N ODBCDriver 1 Identifier Reference to ODBC driver in ODBCDriver table 308 ODBCDriver Component_ N Component 1 Identifier Reference to associated component 309 ODBCDriver Description N Text Text used as registered name for driver, non-localized 310 ODBCDriver Driver N Identifier Primary key, non-localized.internal token for driver 311 ODBCDriver File_ N File 1 Identifier Reference to key driver file 312 ODBCDriver File_Setup Y File 1 Identifier Optional reference to key driver setup DLL
|
/aoo41x/main/instsetoo_native/inc_openoffice/windows/msi_templates/ |
H A D | _Validat.idt | 301 ODBCAttribute Driver_ N ODBCDriver 1 Identifier Reference to ODBC driver in ODBCDriver table 308 ODBCDriver Component_ N Component 1 Identifier Reference to associated component 309 ODBCDriver Description N Text Text used as registered name for driver, non-localized 310 ODBCDriver Driver N Identifier Primary key, non-localized.internal token for driver 311 ODBCDriver File_ N File 1 Identifier Reference to key driver file 312 ODBCDriver File_Setup Y File 1 Identifier Optional reference to key driver setup DLL
|
/aoo41x/main/instsetoo_native/inc_sdkoo/windows/msi_templates/ |
H A D | _Validat.idt | 301 ODBCAttribute Driver_ N ODBCDriver 1 Identifier Reference to ODBC driver in ODBCDriver table 308 ODBCDriver Component_ N Component 1 Identifier Reference to associated component 309 ODBCDriver Description N Text Text used as registered name for driver, non-localized 310 ODBCDriver Driver N Identifier Primary key, non-localized.internal token for driver 311 ODBCDriver File_ N File 1 Identifier Reference to key driver file 312 ODBCDriver File_Setup Y File 1 Identifier Optional reference to key driver setup DLL
|
/aoo41x/main/instsetoo_native/inc_ure/windows/msi_templates/ |
H A D | _Validat.idt | 301 ODBCAttribute Driver_ N ODBCDriver 1 Identifier Reference to ODBC driver in ODBCDriver table 308 ODBCDriver Component_ N Component 1 Identifier Reference to associated component 309 ODBCDriver Description N Text Text used as registered name for driver, non-localized 310 ODBCDriver Driver N Identifier Primary key, non-localized.internal token for driver 311 ODBCDriver File_ N File 1 Identifier Reference to key driver file 312 ODBCDriver File_Setup Y File 1 Identifier Optional reference to key driver setup DLL
|
/aoo41x/main/connectivity/source/drivers/adabas/ |
H A D | BConnection.cxx | 57 OAdabasConnection::OAdabasConnection(const SQLHANDLE _pDriverHandle, connectivity::odbc::ODBCDriver… in OAdabasConnection()
|
H A D | BDriver.cxx | 219 ODriver::ODriver(const Reference< XMultiServiceFactory >& _rxFactory) : ODBCDriver(_rxFactory) in ODriver()
|
Completed in 77 milliseconds