
The system table DOMAIN.FOREIGNKEYS contains all the referential CONSTRAINT definitions for which the current user has privileges.
|
SCHEMANAME |
CHAR(32) |
Name of the schema of the table |
|
OWNER |
CHAR(32) |
Name of the owner of the table |
|
TABLENAME |
CHAR(32) |
Name of the table |
|
FKEYNAME |
CHAR(32) |
Name of the referential CONSTRAINT definition |
|
RULE |
CHAR(18) |
Rules for deleting the table |
|
CREATEDATE |
DATE |
Creation date of the referential CONSTRAINT definition |
|
CREATETIME |
TIME |
Creation time of the referential CONSTRAINT definition |
|
COMMENT |
CLOB |
Comment on the referential CONSTRAINT definition |
Evaluating System Tables, FOREIGNKEYS
SQL Reference Manual, Name of a Referential Constraint (referential_constraint_name)