The
HSSYSCKS table is used for
SYSCHECKS views. The following table describes the columns in the
HSSYSCKS table:
Column
|
Type
|
Length
|
Decimal
|
Domain
|
TBOWNER
|
CHAR
|
128
|
0
|
owner of the table
|
CREATOR
|
CHAR
|
128
|
0
|
Creator name
|
TBNAME
|
CHAR
|
128
|
0
|
Table name
|
CHECKNAME
|
CHAR
|
128
|
0
|
Check constraint name
|
CHECKCONDITION
|
CHAR
|
3800
|
0
|
Text of the check constraint
|