The system table FOREIGNKEYS contains all the referential CONSTRAINT definitions for which the current user has privileges.
FOREIGNKEYS
OWNER |
CHAR(32) |
Name of table owner |
TABLENAME |
CHAR(32) |
Name of the table |
FKEYNAME |
CHAR(32) |
Name of referential CONSTRAINT definition |
RULE |
CHAR(18) |
Rules for deleting the table |
CREATEDATE |
DATE(10) |
Creation date of referential CONSTRAINT definition |
CREATETIME |
TIME(8) |
Creation time of referential CONSTRAINT definition |
See also:
Evaluating System Tables ® FOREIGNKEYS