Searched refs:TRANSACTION_REPEATABLE_READ (Results 1 – 3 of 3) sorted by relevance
72 public static final int TRANSACTION_REPEATABLE_READ = 4; field
849 .setTransactionIsolation(Connection.TRANSACTION_REPEATABLE_READ); in testGetTransactionIsolation()850 assertEquals(Connection.TRANSACTION_REPEATABLE_READ, conn in testGetTransactionIsolation()
677 case Connection.TRANSACTION_REPEATABLE_READ: in test_getDefaultTransactionIsolation()