SavepointA savepoint is a point inside a transaction to where a transaction can be rolled back. The tasks that where done before the savepoint are not rolled back in this case.
int getSavepointId() throws SQLExceptionGet the generated id of this savepoint.Returns:
the id
String getSavepointName() throws SQLExceptionGet the name of this savepoint.Returns:
the name
|