Searched refs:getQueryTimeOut (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | AStatement.cxx | 503 sal_Int32 OStatement_Base::getQueryTimeOut() const throw(SQLException, RuntimeException) in getQueryTimeOut() function in OStatement_Base 717 … bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getQueryTimeOut()); in convertFastPropertyValue() 781 rValue <<= getQueryTimeOut(); in getFastPropertyValue()
|
/aoo41x/main/connectivity/source/drivers/jdbc/ |
H A D | JStatement.cxx | 421 sal_Int32 java_sql_Statement_Base::getQueryTimeOut() throw(SQLException, RuntimeException) in getQueryTimeOut() function in java_sql_Statement_Base 635 return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getQueryTimeOut()); in convertFastPropertyValue() 713 rValue <<= THIS->getQueryTimeOut(); in getFastPropertyValue()
|
/aoo41x/main/connectivity/source/drivers/odbcbase/ |
H A D | OStatement.cxx | 669 sal_Int32 OStatement_Base::getQueryTimeOut() const in getQueryTimeOut() function in OStatement_Base 963 …bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getQueryTimeOut()); in convertFastPropertyValue() 1063 rValue <<= getQueryTimeOut(); in getFastPropertyValue()
|
/aoo41x/main/connectivity/source/inc/odbc/ |
H A D | OStatement.hxx | 85 sal_Int32 getQueryTimeOut() const;
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | AStatement.hxx | 92 …sal_Int32 getQueryTimeOut() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
|
/aoo41x/main/connectivity/source/inc/java/sql/ |
H A D | JStatement.hxx | 67 …sal_Int32 getQueryTimeOut() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…
|
Completed in 32 milliseconds