Home
last modified time | relevance | path

Searched refs:setQueryTimeout (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DStatement.java239 void setQueryTimeout(int seconds) throws SQLException; in setQueryTimeout() method
/libcore/luni/src/test/java/libcore/java/sql/
DOldStatementTest.java1025 st.setQueryTimeout(2); in testSetQueryTimeout()
1030 st.setQueryTimeout(-1); in testSetQueryTimeout()
1039 st.setQueryTimeout(3); in testSetQueryTimeout()
1212 st.setQueryTimeout(2000); in testGetQueryTimeout()
/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java407 void setQueryTimeout(int seconds) throws SQLException; in setQueryTimeout() method
/libcore/api/
Dcurrent.txt9968 method public void setQueryTimeout(int) throws java.sql.SQLException;
18459 method public void setQueryTimeout(int) throws java.sql.SQLException;