Searched defs:setTransactionIsolation (Results 1 - 12 of 12) sorted by relevance

/openjdk9/jdk/src/java.sql/share/classes/java/sql/
H A DConnection.java448 void setTransactionIsolation(int level) throws SQLException; method in interface:Connection
/openjdk9/jdk/test/java/sql/modules/luckydogdriver/luckydogtennis/
H A DStubConnection.java122 public void setTransactionIsolation(int level) throws SQLException { method in class:StubConnection
/openjdk9/jdk/test/java/sql/modules/mystubdriver/com/luckydogtennis/
H A DStubConnection.java122 public void setTransactionIsolation(int level) throws SQLException { method in class:StubConnection
/openjdk9/jdk/test/java/sql/testng/util/
H A DStubConnection.java122 public void setTransactionIsolation(int level) throws SQLException { method in class:StubConnection
/openjdk9/jdk/src/java.sql/share/classes/javax/sql/
H A DRowSet.java219 void setTransactionIsolation(int level) throws SQLException; method in interface:RowSet
/openjdk9/jdk/src/java.sql.rowset/share/classes/javax/sql/rowset/
H A DBaseRowSet.java1084 public void setTransactionIsolation(int level) throws SQLException { method in class:BaseRowSet
/openjdk9/jdk/test/javax/sql/testng/util/
H A DStubWebRowSetImpl.java345 public void setTransactionIsolation(int level) throws SQLException { method in class:StubWebRowSetImpl
H A DStubSyncResolver.java132 public void setTransactionIsolation(int level) throws SQLException { method in class:StubSyncResolver
H A DStubFilteredRowSetImpl.java359 public void setTransactionIsolation(int level) throws SQLException { method in class:StubFilteredRowSetImpl
H A DStubCachedRowSetImpl.java314 public void setTransactionIsolation(int level) throws SQLException { method in class:StubCachedRowSetImpl
H A DStubJdbcRowSetImpl.java138 public void setTransactionIsolation(int level) throws SQLException { method in class:StubJdbcRowSetImpl
H A DStubJoinRowSetImpl.java429 public void setTransactionIsolation(int level) throws SQLException { method in class:StubJoinRowSetImpl

Completed in 150 milliseconds