firebird
firebird copied to clipboard
Support DROP SCHEMA CASCADE
<drop schema> ::=
DROP SCHEMA <schema name clause>
[ CASCADE | RESTRICT ]
With CASCADE existing objects inside the schema is automatically dropped.
With RESTRICT (default), schema can be dropped only when it has no objects inside.