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

/libcore/luni/src/main/java/java/sql/
H A DConnection.java114 * {@code rollback} of the associated transaction. All locks in the database
627 public void rollback() throws SQLException; method in interface:Connection
638 public void rollback(Savepoint savepoint) throws SQLException; method in interface:Connection
647 * explicit calls to either the {@link #commit()} or {@link #rollback()}

Completed in 164 milliseconds