Firebird Documentation IndexFirebird 2.5 Language Reference → Procedural SQL (PSQL) Statements
Firebird Home Firebird Home Prev: EXECUTE BLOCKFirebird Documentation IndexUp: Firebird 2.5 Language ReferenceNext: Elements of PSQL

Chapter 7: Procedural SQL (PSQL) Statements

Table of Contents

Elements of PSQL
Stored Procedures
Stored Functions
PSQL Blocks
Triggers
Writing the Body Code
Trapping and Handling Errors

REVIEW STATUS

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

Procedural SQL (PSQL) is a procedural extension of SQL. This language subset is used for writing stored procedures, triggers, and PSQL blocks.

PSQL provides all the basic constructs of traditional structured programming languages, and also includes DML statements (SELECT, INSERT, UPDATE, DELETE, etc.), with slight modifications to syntax in some cases.

Prev: EXECUTE BLOCKFirebird Documentation IndexUp: Firebird 2.5 Language ReferenceNext: Elements of PSQL
Firebird Documentation IndexFirebird 2.5 Language Reference → Procedural SQL (PSQL) Statements