Home
last modified time | relevance | path

Searched refs:getMajorVersion (Results 26 – 41 of 41) sorted by relevance

12

/aoo42x/main/connectivity/source/inc/ado/
H A DADriver.hxx77 … virtual sal_Int32 SAL_CALL getMajorVersion( ) throw(::com::sun::star::uno::RuntimeException);
/aoo42x/main/connectivity/source/drivers/macab/
H A DMacabDriver.hxx169 virtual sal_Int32 SAL_CALL getMajorVersion() throw(::com::sun::star::uno::RuntimeException);
H A DMacabDriver.cxx300 sal_Int32 SAL_CALL MacabDriver::getMajorVersion( ) throw(RuntimeException) in getMajorVersion() function in MacabDriver
/aoo42x/main/connectivity/source/inc/mysql/
H A DYDriver.hxx104 virtual sal_Int32 SAL_CALL getMajorVersion( ) throw (::com::sun::star::uno::RuntimeException);
/aoo42x/main/mysqlc/source/
H A Dmysqlc_driver.cxx226 sal_Int32 SAL_CALL MysqlCDriver::getMajorVersion() in getMajorVersion() function in MysqlCDriver
/aoo42x/main/connectivity/source/drivers/odbcbase/
H A DODriver.cxx213 sal_Int32 SAL_CALL ODBCDriver::getMajorVersion( ) throw(RuntimeException) in getMajorVersion() function in ODBCDriver
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DJDriver.cxx241 sal_Int32 SAL_CALL java_sql_Driver::getMajorVersion( ) throw(RuntimeException) in getMajorVersion() function in java_sql_Driver
/aoo42x/main/connectivity/source/inc/hsqldb/
H A DHDriver.hxx102 virtual sal_Int32 SAL_CALL getMajorVersion( ) throw (::com::sun::star::uno::RuntimeException);
/aoo42x/main/connectivity/source/drivers/ado/
H A DADriver.cxx196 sal_Int32 SAL_CALL ODriver::getMajorVersion( ) throw(RuntimeException) in getMajorVersion() function in ODriver
/aoo42x/main/connectivity/source/drivers/file/
H A DFDriver.cxx193 sal_Int32 SAL_CALL OFileDriver::getMajorVersion( ) throw(RuntimeException) in getMajorVersion() function in OFileDriver
/aoo42x/main/connectivity/source/inc/adabas/
H A DBDriver.hxx154 … virtual sal_Int32 SAL_CALL getMajorVersion( ) throw(::com::sun::star::uno::RuntimeException);
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DXDriver.idl164 long getMajorVersion();
/aoo42x/main/connectivity/source/drivers/mysql/
H A DYDriver.cxx382 sal_Int32 SAL_CALL ODriverDelegator::getMajorVersion( ) throw (RuntimeException) in getMajorVersion() function in connectivity::ODriverDelegator
/aoo42x/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx439 sal_Int32 SAL_CALL ODriverDelegator::getMajorVersion( ) throw (RuntimeException) in getMajorVersion() function in connectivity::ODriverDelegator
/aoo42x/main/connectivity/source/drivers/adabas/
H A DBDriver.cxx443 sal_Int32 SAL_CALL ODriver::getMajorVersion( ) throw(RuntimeException) in getMajorVersion() function in connectivity::adabas::ODriver
/aoo42x/main/
H A Dconfigure.ac4206 if (driver->getMajorVersion() > 1 || \
4207 (driver->getMajorVersion() == 1 && driver->getMinorVersion() > 0) || \
4208 …(driver->getMajorVersion() == 1 && driver->getMinorVersion() == 0 && driver->getPatchVersion() >= …

Completed in 118 milliseconds

12