Firebird Documentation IndexFirebird 2.0 Language Ref. UpdateTransaction control statements → RELEASE SAVEPOINT
Firebird Home Firebird Home Prev: Transaction control statementsFirebird Documentation IndexUp: Transaction control statementsNext: 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.

Prev: Transaction control statementsFirebird Documentation IndexUp: Transaction control statementsNext: ROLLBACK
Firebird Documentation IndexFirebird 2.0 Language Ref. UpdateTransaction control statements → RELEASE SAVEPOINT