A Savepoint is an instant during the current transaction that can be utilized
by a Rollback from the Connection.rollback method. Rolling back to a
particular Savepoint means that all changes that occurred after that
Savepoint are removed.
Method Summary
public int
getSavepointId() Returns the constructed ID for this Savepoint.