Firebird Documentation IndexFirebird 2.0 Language Ref. UpdateDDL statements → CREATE OR ALTER EXCEPTION
Firebird Home Firebird Home Prev: CREATE VIEWFirebird Documentation IndexUp: DDL statementsNext: CREATE OR ALTER PROCEDURE

CREATE OR ALTER EXCEPTION

Tip

Find a more recent version at Firebird 5.0 Language Reference: EXCEPTION

Available in: DSQL

Added in: 2.0

Description: If the exception does not yet exist, it is created just as if CREATE EXCEPTION were used. If it already exists, it is altered. Existing dependencies are preserved.

Syntax: Exactly the same as for CREATE EXCEPTION.

Prev: CREATE VIEWFirebird Documentation IndexUp: DDL statementsNext: CREATE OR ALTER PROCEDURE
Firebird Documentation IndexFirebird 2.0 Language Ref. UpdateDDL statements → CREATE OR ALTER EXCEPTION