RELEASE SAVEPOINT
<< Transaction control statements | FB 2.5 Language Reference | ROLLBACK >>
<< Transaction control statements | FB 2.1 Language Reference | ROLLBACK >>
<< Transaction control statements | FB 2.0 Language Reference | ROLLBACK >>
RELEASE SAVEPOINT
Available in: DSQL
Added in: 1.5
Description
Deletes a named savepoint, freeing up all the resources it binds.
Syntax
RELEASE SAVEPOINT name [ONLY]
Unless ONLY
is added, all the savepoints created after the named savepoint are released as well.
For a full discussion of savepoints, see SAVEPOINT
.
back to top of page
<< Transaction control statements | FB 2.5 Language Reference | ROLLBACK >>
<< Transaction control statements | FB 2.1 Language Reference | ROLLBACK >>
<< Transaction control statements | FB 2.0 Language Reference | ROLLBACK >>