The HSSYSDEP table is used for SYSCHECKDEP views. The following table describes the columns in the HSSYSDEP table:
Column | Type | Length | Decimal | Domain |
---|---|---|---|---|
TBOWNER | VARCHAR | 128 | 0 | The schema of the table on which the check constraint is defined |
TBNAME | VARCHAR | 128 | 0 | Name of the table on which the check constraint is defined |
CHECKNAME | VARCHAR | 128 | 0 | Name of the check constraint |
COLNAME | VARCHAR | 128 | 0 | Name of the column that the check constraint refers to |
IBMREQD | CHAR | 1 | 0 |