D.15RDB$GENERATORS

RDB$GENERATORS stores generators (sequences) and keeps them up-to-date.

Column NameData TypeDescription

RDB$GENERATOR_NAME

CHAR(31)

The unique name of the generator

RDB$GENERATOR_ID

SMALLINT

The unique identifier assigned to the generator by the system

RDB$SYSTEM_FLAG

SMALLINT

Flag:

0 - user-defined 1 or greater - system-defined

RDB$DESCRIPTION

BLOB TEXT

Could store comments related to the generator