Firebird Documentation IndexFirebird 1.5 Language Ref. UpdateTransaction control statements → ROLLBACK TO SAVEPOINT
Firebird Home Firebird Home Prev: RELEASE SAVEPOINTFirebird Documentation IndexUp: Transaction control statementsNext: SAVEPOINT

ROLLBACK TO SAVEPOINT

Available in: DSQL

Added in: 1.5

Description: Undoes everything that happened in a transaction since the creation of the savepoint.

Syntax: 

ROLLBACK [WORK] TO [SAVEPOINT] name

ROLLBACK TO SAVEPOINT performs the following operations:

For a full discussion of savepoints, see SAVEPOINT.

Prev: RELEASE SAVEPOINTFirebird Documentation IndexUp: Transaction control statementsNext: SAVEPOINT
Firebird Documentation IndexFirebird 1.5 Language Ref. UpdateTransaction control statements → ROLLBACK TO SAVEPOINT