Home
last modified time | relevance | path

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

/trunk/main/connectivity/java/sdbc_jdbc/src/main/java/com/sun/star/comp/sdbc/
H A DJavaSQLStatementBase.java186 setQueryTimeOut((int)value); in registerProperties()
342 private synchronized void setQueryTimeOut(int value) throws WrappedTargetException { in setQueryTimeOut() method in JavaSQLStatementBase
/trunk/main/connectivity/source/drivers/ado/
H A DAStatement.cxx575 void OStatement_Base::setQueryTimeOut(sal_Int32 seconds) in setQueryTimeOut() function in OStatement_Base
745 setQueryTimeOut(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
/trunk/main/connectivity/source/drivers/jdbc/
H A DJStatement.cxx498 void java_sql_Statement_Base::setQueryTimeOut(sal_Int32 _par0) in setQueryTimeOut() function in java_sql_Statement_Base
667 setQueryTimeOut(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx759 void OStatement_Base::setQueryTimeOut(sal_Int32 seconds) in setQueryTimeOut() function in OStatement_Base
1017 setQueryTimeOut(comphelper::getINT32(rValue)); in setFastPropertyValue_NoBroadcast()
/trunk/main/connectivity/source/inc/ado/
H A DAStatement.hxx101 void setQueryTimeOut(sal_Int32 _par0);
/trunk/main/connectivity/source/inc/java/sql/
H A DJStatement.hxx76 void setQueryTimeOut(sal_Int32 _par0);
/trunk/main/connectivity/source/inc/odbc/
H A DOStatement.hxx97 void setQueryTimeOut(sal_Int32 _par0) ;