Savepointpublic interface Savepoint A savepoint is an instant during the current transaction that can be utilized
by a rollback via the {@link Connection#rollback} command. Rolling back to a
particular savepoint means that all changes that occurred after that
savepoint are undone. |
Methods Summary |
---|
public int | getSavepointId()Returns the constructed ID for this savepoint.
| public java.lang.String | getSavepointName()Returns the name for this savepoint.
|
|