| Firebird Documentation Index → Firebird 2.5 Language Reference → System Tables → RDB$GENERATORS |
![]() |
RDB$GENERATORS stores generators (sequences) and keeps them up-to-date.
| Column Name | Data Type | Description | ||
|---|---|---|---|---|
| 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:
|
||
| RDB$DESCRIPTION | BLOB TEXT | Could store comments related to the generator |
| Firebird Documentation Index → Firebird 2.5 Language Reference → System Tables → RDB$GENERATORS |