Firebird Documentation IndexFirebird 2.1 Language Ref. Update → DDL statements
Firebird Home Firebird Home Prev: New collationsFirebird Documentation IndexUp: Firebird 2.1 Language Ref. UpdateNext: COLLATION

Chapter 5: DDL statements

Table of Contents

COLLATION
COMMENT
DATABASE
DOMAIN
EXCEPTION
EXTERNAL FUNCTION
FILTER
INDEX
Privileges: GRANT and REVOKE
PROCEDURE
SEQUENCE or GENERATOR
TABLE
TRIGGER
VIEW

The statements in this chapter are grouped by the type of database object they operate on. For instance, ALTER DATABASE, CREATE DATABASE and DROP DATABASE are all found under DATABASE; DECLARE EXTERNAL FUNCTION and ALTER EXTERNAL FUNCTION are under EXTERNAL FUNCTION; etc.

GRANT and REVOKE, which can operate on a variety of object types, are together under Privileges.

Prev: New collationsFirebird Documentation IndexUp: Firebird 2.1 Language Ref. UpdateNext: COLLATION
Firebird Documentation IndexFirebird 2.1 Language Ref. Update → DDL statements