public interface Savepoint
Connection.rollback()
command. Rolling back to a
particular savepoint means that all changes that occurred after that
savepoint are undone.Modifier and Type | Method and Description |
---|---|
int |
getSavepointId()
Returns the constructed ID for this savepoint.
|
String |
getSavepointName()
Returns the name for this savepoint.
|
int getSavepointId() throws SQLException
SQLException
- if an error occurrs accessing the database.String getSavepointName() throws SQLException
SQLException
- if an error occurrs accessing the database.