DOMAIN_CONSTRAINTS
Records the constraints defined for domains in the database.
.
Column name
|
Data type
|
Description
|
DOMAIN_SYSID
|
INTEGER
|
System identifier for the domain. |
CONSTRAINT_SYSID
|
INTEGER
|
System identifier for the constraint. |
IS_DEFERRABLE
|
CHAR(3)
|
One of: "NO" = the constraint is not deferrable. "YES" = the constraint is deferrable. |
INITIALLY_DEFERRED
|
CHAR(3)
|
One of: "NO" = the constraint is not initially deferred "YES" = the constraint is initially deferred. |
Primary key: DOMAIN_SYSID, CONSTRAINT_SYSID