Firebird Documentation IndexFirebird 2.0 Language Ref. UpdateDDL statements → DROP GENERATOR
Firebird Home Firebird Home Prev: DECLARE FILTERFirebird Documentation IndexUp: DDL statementsNext: DROP PROCEDURE

DROP GENERATOR

Available in: DSQL

Added in: 1.0

Better alternative: DROP SEQUENCE

Description: Removes a generator or sequence from the database. Its (very small) storage space will be freed for re-use after a backup-restore cycle.

Syntax: 

DROP GENERATOR generator-name

From Firebird 2.0 onward, the SQL-compliant DROP SEQUENCE syntax is preferred.

Prev: DECLARE FILTERFirebird Documentation IndexUp: DDL statementsNext: DROP PROCEDURE
Firebird Documentation IndexFirebird 2.0 Language Ref. UpdateDDL statements → DROP GENERATOR