Provides information about table constraints such as CHECK constraints, referential constraints, rules, and other integrity constraints.
| Name | Datatype | Description |
|---|---|---|
colid |
smallint |
A column ID. |
constrid |
int |
The object ID of the constraint. |
tableid |
int |
The object ID of the table on which the constraint is defined. |
error |
int |
The ID of the error message associated with the constraint. |
status |
int |
The status type associated with the constraint or trigger. Constraint types:
Trigger status:
|
spare2 |
int |
Not used. |