Column name
|
Data type
|
Description
|
| CONSTRAINT_CATALOG |
VARCHAR(128) |
The name of the catalog containing the assertion. |
| CONSTRAINT_SCHEMA |
VARCHAR(128) |
The name of the schema containing the assertion. |
| CONSTRAINT_NAME |
VARCHAR(128) |
The name of the assertion. |
| IS_DEFERRABLE |
VARCHAR(3) |
One of: "YES" = the assertion is deferrable "NO" = the assertion is not deferrable |
| INITIALLY_DEFERRED |
VARCHAR(3) |
One of: "YES" = the assertion is immediate "NO" = the assertion is deferred. |