Database Table: CHKCMD

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.)
Indexes:
Index Name Indexed Column Names Index Type
SQL030416034907520 CHKCMD_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_236 STOREENT_ID STOREENT STOREENT_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
F_234 CHKCMD_ID CHKARRANG CHKCMD_ID Cascade