The check commands that can be used by a store to determine whether the scheduled job needs execution. This is for the Scheduler menu in the Administration Console.
Column Name | Column Type | Column Description |
---|---|---|
CHKCMD_ID | INTEGER NOT NULL |
Unique identifier of the check command. |
DISPLAYNAME | VARCHAR (254) NULL |
The key which symbolizes what the check command does. |
INTERFACENAME | VARCHAR (254) NULL |
The interface of the check command. |
STOREENT_ID | INTEGER NULL |
The store associated with the check command. (The default value is 0 which is the site.) |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416034907520 | CHKCMD_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_236 | STOREENT_ID | STOREENT | STOREENT_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_234 | CHKCMD_ID | CHKARRANG | CHKCMD_ID | Cascade |