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.cxx505 sal_Int32 OStatement_Base::getQueryTimeOut() const in getQueryTimeOut() function in OStatement_Base
718 … bModified = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getQueryTimeOut()); in convertFastPropertyValue()
782 rValue <<= getQueryTimeOut(); in getFastPropertyValue()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx421 sal_Int32 java_sql_Statement_Base::getQueryTimeOut() in getQueryTimeOut() function in java_sql_Statement_Base
634 … return ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getQueryTimeOut()); in convertFastPropertyValue()
711 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
962 …bConverted = ::comphelper::tryPropertyValue(rConvertedValue, rOldValue, rValue, getQueryTimeOut()); in convertFastPropertyValue()
1062 rValue <<= getQueryTimeOut(); in getFastPropertyValue()
/trunk/main/connectivity/java/sdbc_jdbc/src/main/java/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/ado/
H A DAStatement.hxx92 sal_Int32 getQueryTimeOut() const;
/trunk/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx67 sal_Int32 getQueryTimeOut();
/trunk/main/connectivity/source/inc/odbc/
H A DOStatement.hxx85 sal_Int32 getQueryTimeOut() const;