Searched refs:getAutoCommit (Results 1 – 3 of 3) sorted by relevance
235 boolean getAutoCommit() throws SQLException; in getAutoCommit() method
381 assertTrue(conn.getAutoCommit()); in testGetAutoCommit()383 assertFalse(conn.getAutoCommit()); in testGetAutoCommit()385 assertTrue(conn.getAutoCommit()); in testGetAutoCommit()1319 if (!conn.getAutoCommit()) { in testRollback()
36 assertFalse(conn.getAutoCommit()); in setUp()