This table associates the defined store commands
(SCHCMD) with the defined check commands (CHKCMD).
Column Descriptions:
Name | Type | Description |
CHKCMD_ID | INTEGER NOT NULL | The unique identifier of the check command. |
SCHCMD_ID | BIGINT NOT NULL | The unique identifier of the store scheduler
command. |
OPTCOUNTER | SMALLINT | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | CHKCMD_ID+SCHCMD_ID | Primary Key |
I0000533 | SCHCMD_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_234 | CHKCMD_ID | CHKCMD | CHKCMD_ID | Cascade |
F_235 | SCHCMD_ID | SCHCMD | SCHCMD_ID | Cascade |