CONSTRAINTCOLUMNS
The system table DOMAIN.CONSTRAINTCOLUMNS
contains
the columns that are specified in the CONSTRAINT
definitions
for all the tables for which the current database user has privileges.
|
CHAR(32) |
Name of the schema |
|
CHAR(32) |
Name of the owner |
|
CHAR(32) |
Name of table with the CONSTRAINT definition |
|
CHAR(32) |
Name of the CONSTRAINT definition |
|
CHAR(12) |
Type of CONSTRAINT definition (CHECK | FOREIGN KEY | KEY | UNIQUE_CONST) |
|
CHAR(32) |
Name of the column |
|
FIXED(4) |
Number of the column within the table or constraint |
SQL Reference Manual, CONSTRAINT Definition (constraint_definition)