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

CREATE OR ALTER PROCEDURE

Available in: DSQL, ESQL

Added in: 1.5

Description: If the procedure does not yet exist, it is created just as if CREATE PROCEDURE were used. If it already exists, it is altered and recompiled. Existing permissions and dependencies are preserved.

Syntax: Exactly the same as for CREATE PROCEDURE.

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