HomeSort by relevance Sort by last modified time
    Searched defs:Savepoint (Results 1 - 7 of 7) sorted by null

  /libcore/luni/src/main/java/java/sql/
Savepoint.java 21 * A savepoint is an instant during the current transaction that can be utilized
23 * particular savepoint means that all changes that occurred after that
24 * savepoint are undone.
26 public interface Savepoint {
29 * Returns the constructed ID for this savepoint.
31 * @return the ID for this savepoint.
38 * Returns the name for this savepoint.
40 * @return the name of this savepoint.