This table contains information about check commands, which can be used by a store to determine whether scheduled jobs require execution. This informaiton is for the Scheduler menu in the Administration Console.
Column Description(s):
Column Name | Column Type | Description |
CHKCMD_ID |
INTEGER NOT NULL |
Unique identifier of the check command. |
STOREENT_ID |
INTEGER |
The store associated with the check command. The default value is 0, which is the site. |
DISPLAYNAME |
VARCHAR(254) |
The key which symbolizes what the check command does. |
INTERFACENAME |
VARCHAR(254) |
The interface of the check command. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031211750 |
CHKCMD_ID |
Primary Key |
I0000534 |
STOREENT_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_236 |
STOREENT_ID |
STOREENT |
STOREENT_ID |
Cascade |
Referenced By:
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_234 |
CHKCMD_ID |
CHKARRANG |
CHKCMD_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.