When
a transaction is rolled back to a savepoint all changes made after
that savepoint are undone.
public
interface Savepoint {
int
getSavepointId() throws SQLException;
String
getSavepointName() throws SQLException;
}
int
getSavepointId() throws SQLException
Return
the numeric ID of this savepoint.
String
getSavepointName() throws SQLException
Returns
the name of this savepoint.
No comments:
Post a Comment