D.32. RDB$RELATION_FIELDS
RDB$RELATION_FIELDS
stores the definitions of table and view columns.
Column Name | Data Type | Description |
---|---|---|
|
| Column name |
|
| The name of the table or view that the column belongs to |
|
| Domain name on which the column is based, either a user-defined one specified in the table definition or one created automatically by the system using the set of attributes defined.
The attributes are in the table |
|
| Not currently used |
|
| Only populated for a view, it is the name of the column from the base table |
|
| Not used |
|
| The zero-based ordinal position of the column in the table or view, numbering from left to right |
|
| Not used |
|
| Indicates whether the column is a regular one (value 1) or a computed one (value 0) |
|
| An ID assigned from |
|
| For a view column, the internal identifier of the base table from which this field derives |
|
| Comments related to the table or view column |
|
| The binary language representation (BLR) of the default value of the column |
|
| Indicates whether the column is user-defined (value 0) or system-defined (value 1 or greater) |
|
| May reference a security class defined in |
|
| Not used |
|
| Indicates whether the column is nullable ( |
|
| The source text of the |
|
| The identifier of the collation in the character set for the column, if it is not the default collation |
|
| Internal generator name for generating an identity value for the column. |
|
| The identity type of the column
|