Home
last modified time | relevance | path

Searched refs:getQueryTimeOut (Results 1 – 7 of 7) sorted by relevance

/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx503 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()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx421 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()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx669 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()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLStatementBase.java180 return getQueryTimeOut(); in registerProperties()
333 private int getQueryTimeOut() throws WrappedTargetException { in getQueryTimeOut() method in JavaSQLStatementBase
/trunk/main/connectivity/source/inc/odbc/
H A DOStatement.hxx85 sal_Int32 getQueryTimeOut() const;
/trunk/main/connectivity/source/inc/ado/
H A DAStatement.hxx92 …sal_Int32 getQueryTimeOut() const throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
/trunk/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx67 …sal_Int32 getQueryTimeOut() throw(::com::sun::star::sdbc::SQLException, ::com::sun::st…

Completed in 37 milliseconds