Home
last modified time | relevance | path

Searched refs:getQueryTimeout (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DStatement.java211 int getQueryTimeout() throws SQLException; in getQueryTimeout() method
/libcore/luni/src/test/java/libcore/java/sql/
DOldStatementTest.java1026 assertEquals(2, st.getQueryTimeout()); in testSetQueryTimeout()
1213 assertEquals(2000, st.getQueryTimeout()); in testGetQueryTimeout()
1216 assertEquals(0,st.getQueryTimeout()); in testGetQueryTimeout()
1220 st.getQueryTimeout(); in testGetQueryTimeout()
DOldConnectionTest.java38 assertTrue(statement.getQueryTimeout() > 0); in testCreateStatement()
/libcore/ojluni/src/main/java/javax/sql/
DRowSet.java395 int getQueryTimeout() throws SQLException; in getQueryTimeout() method
/libcore/api/
Dcurrent.txt9952 method public int getQueryTimeout() throws java.sql.SQLException;
18378 method public int getQueryTimeout() throws java.sql.SQLException;