Firebird Documentation IndexFirebird 2.0 Language Ref. UpdateDDL statements → RECREATE EXCEPTION
Firebird Home Firebird Home Prev: DROP TRIGGERFirebird Documentation IndexUp: DDL statementsNext: RECREATE PROCEDURE

RECREATE EXCEPTION

Available in: DSQL

Added in: 2.0

Description: Creates or recreates an exception. If an exception with the same name already exists, RECREATE EXCEPTION will try to drop it and create a new exception. This wlll fail if there are existing dependencies on the exception.

Syntax: Exactly the same as CREATE EXCEPTION.

Note

If you use RECREATE EXCEPTION on an exception that has dependent objects, you may not get an error message until you try to commit your transaction.

Prev: DROP TRIGGERFirebird Documentation IndexUp: DDL statementsNext: RECREATE PROCEDURE
Firebird Documentation IndexFirebird 2.0 Language Ref. UpdateDDL statements → RECREATE EXCEPTION