Firebird Documentation IndexFirebird 2.5 Language Reference → Transaction Control
Firebird Home Firebird Home Prev: Aggregate FunctionsFirebird Documentation IndexUp: 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

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 Documentation IndexUp: Firebird 2.5 Language ReferenceNext: Transaction Statements
Firebird Documentation IndexFirebird 2.5 Language Reference → Transaction Control