CONSTRAINTS
This
system table contains the CONSTRAINT definitions for all the tables for which the current user has privileges.CONSTRAINTS
|
OWNER |
CHAR(32) |
Name of the owner of the table |
|
TABLENAME |
CHAR(32) |
Name of the table with the CONSTRAINT definition |
|
CONSTRAINTNAME |
CHAR(32) |
Name of the CONSTRAINT definition |
|
DEFINITION |
LONG |
Text of the CONSTRAINT definition |