Searched refs:setQueryTimeout (Results 1 – 3 of 3) sorted by relevance
239 void setQueryTimeout(int seconds) throws SQLException; in setQueryTimeout() method
1025 st.setQueryTimeout(2); in testSetQueryTimeout()1030 st.setQueryTimeout(-1); in testSetQueryTimeout()1039 st.setQueryTimeout(3); in testSetQueryTimeout()1212 st.setQueryTimeout(2000); in testGetQueryTimeout()
407 void setQueryTimeout(int seconds) throws SQLException; in setQueryTimeout() method