Firebird Documentation IndexFirebird 2.0 Language Ref. Update → PSQL statements
Firebird Home Firebird Home Prev: SET TRANSACTIONFirebird Documentation IndexUp: Firebird 2.0 Language Ref. UpdateNext: BEGIN ... END blocks may be empty

Chapter 8: PSQL statements

Table of Contents

BEGIN ... END blocks may be empty
BREAK
CLOSE cursor
DECLARE
EXCEPTION
EXECUTE PROCEDURE
EXECUTE STATEMENT
EXIT
FETCH cursor
FOR EXECUTE STATEMENT ... DO
FOR SELECT ... INTO ... DO
LEAVE
OPEN cursor
PLAN allowed in trigger code
UDFs callable as void functions
WHERE CURRENT OF invalid for view cursors

PSQL – Procedural SQL – is the Firebird stored procedure and trigger language.

Prev: SET TRANSACTIONFirebird Documentation IndexUp: Firebird 2.0 Language Ref. UpdateNext: BEGIN ... END blocks may be empty
Firebird Documentation IndexFirebird 2.0 Language Ref. Update → PSQL statements