D.31. RDB$RELATION_CONSTRAINTS
RDB$RELATION_CONSTRAINTS
stores the definitions of all table-level constraints: primary, unique, foreign key, CHECK
, NOT NULL
constraints.
Column Name | Data Type | Description |
---|---|---|
|
| The name of the table-level constraint defined by the user, or otherwise automatically generated by the system |
|
| The name of the constraint type: |
|
| The name of the table this constraint applies to |
|
| Currently |
|
| Currently |
|
| The name of the index that supports this constraint.
For a |