Firebird Documentation Index → Firebird 2.1 Language Ref. Update → Transaction control statements → RELEASE SAVEPOINT |
Available in: DSQL
Added in: 1.5
Description: Deletes a named savepoint, freeing up all the resources it binds.
Syntax:
RELEASE SAVEPOINTname
[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.
Firebird Documentation Index → Firebird 2.1 Language Ref. Update → Transaction control statements → RELEASE SAVEPOINT |