DROP GENERATOR
<< DROP SEQUENCE | FB 2.5 Language Reference | TABLE >>
<< DROP SEQUENCE | FB 2.1 Language Reference | TABLE >>
<< DECLARE FILTER | FB 2.0 Language Reference | DROP PROCEDURE >>
DROP GENERATOR
Available in: DSQL
Added in: 1.0
Better alternative: 2.0 – use 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.
See also:
CREATE GENERATOR
Generator
DDL - Data Definition Language
back to top of page
<< DROP SEQUENCE | FB 2.5 Language Reference | TABLE >>
<< DROP SEQUENCE | FB 2.1 Language Reference | TABLE >>
<< DECLARE FILTER | FB 2.0 Language Reference | DROP PROCEDURE >>