Searched defs:setQueryTimeout (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DStatement.java61 * timeout value that was specified by the {@code setQueryTimeout}
86 * timeout value that was specified by the {@code setQueryTimeout}
208 * @see #setQueryTimeout
238 void setQueryTimeout(int seconds) throws SQLException; method in interface:Statement
339 * timeout value that was specified by the {@code setQueryTimeout}
574 * timeout value that was specified by the {@code setQueryTimeout}
741 * timeout value that was specified by the {@code setQueryTimeout}
776 * timeout value that was specified by the {@code setQueryTimeout}
810 * timeout value that was specified by the {@code setQueryTimeout}
858 * timeout value that was specified by the {@code setQueryTimeout}
[all...]
/openjdk7/jdk/src/share/classes/javax/sql/
H A DRowSet.java393 * @see #setQueryTimeout
407 void setQueryTimeout(int seconds) throws SQLException; method in interface:RowSet
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java1262 public void setQueryTimeout(int seconds) throws SQLException { method in class:BaseRowSet

Completed in 1702 milliseconds