java.sql
public
interface
java.sql.Savepoint
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.
Summary
Details
Public Methods
public
int
getSavepointId()
Returns the constructed ID for this Savepoint.
Returns
- the ID for this Savepoint.
public
String
getSavepointName()
Returns the name for this Savepoint.
Returns
- the name of this Savepoint.