Firebird 2.5 Language ReferenceFirebird 2.5 Language Reference → Transaction Control
Firebird Firebird Prev: Aggregate FunctionsFirebird 2.5 Language ReferenceUp: Firebird 2.5 Language ReferenceNext: Transaction Statements

Chapter 9: Transaction Control

Table of Contents

Transaction Statements
SET TRANSACTION
COMMIT
ROLLBACK
SAVEPOINT
RELEASE SAVEPOINT
Internal Savepoints
Savepoints and PSQL
[Important] REVIEW STATUS

All sections from this point forward to the end of the chapter are awaiting technical and editorial review.

Everything in Firebird happens in transactions. Units of work are isolated between a start point and an end point. Changes to data remain reversible until the moment the client application instructs the server to commit them.

Prev: Aggregate FunctionsFirebird 2.5 Language ReferenceUp: Firebird 2.5 Language ReferenceNext: Transaction Statements
Firebird 2.5 Language ReferenceFirebird 2.5 Language Reference → Transaction Control