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

RECREATE PROCEDURE

Available in: DSQL, ESQL

Added in: 1.0

Description: Creates or recreates a stored procedure. If a procedure with the same name already exists, RECREATE PROCEDURE will try to drop it and create a new procedure. RECREATE PROCEDURE will fail if the existing SP is in use.

Syntax: Exactly the same as CREATE PROCEDURE.

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