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

/openjdk10/jdk/test/java/sql/testng/util/
H A DStubStatement.java81 public void setQueryTimeout(int seconds) throws SQLException { method in class:StubStatement
/openjdk10/jdk/src/java.sql/share/classes/java/sql/
H A DStatement.java250 void setQueryTimeout(int seconds) throws SQLException; method in interface:Statement
[all...]
/openjdk10/jdk/src/java.sql/share/classes/javax/sql/
H A DRowSet.java407 void setQueryTimeout(int seconds) throws SQLException; method in interface:RowSet
/openjdk10/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/
H A DBaseRowSet.java1263 public void setQueryTimeout(int seconds) throws SQLException { method in class:BaseRowSet
/openjdk10/jdk/test/javax/sql/testng/util/
H A DStubFilteredRowSetImpl.java429 public void setQueryTimeout(int seconds) throws SQLException { method in class:StubFilteredRowSetImpl
H A DStubCachedRowSetImpl.java384 public void setQueryTimeout(int seconds) throws SQLException { method in class:StubCachedRowSetImpl
H A DStubJdbcRowSetImpl.java208 public void setQueryTimeout(int seconds) throws SQLException { method in class:StubJdbcRowSetImpl
H A DStubWebRowSetImpl.java415 public void setQueryTimeout(int seconds) throws SQLException { method in class:StubWebRowSetImpl
H A DStubSyncResolver.java202 public void setQueryTimeout(int seconds) throws SQLException { method in class:StubSyncResolver
H A DStubJoinRowSetImpl.java499 public void setQueryTimeout(int seconds) throws SQLException { method in class:StubJoinRowSetImpl

Completed in 148 milliseconds