WebSphere Commerce database table: CHKCMD

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 NameColumn TypeDescription
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 NameIndexed Column NamesIndex Type
SQL050212031211750 CHKCMD_ID Primary Key
I0000534 STOREENT_ID Non-Unique Index
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_236 STOREENT_ID STOREENT STOREENT_ID Cascade

Referenced By:
Constraint NameReferenced Column NameForeign Table NameForeign Column Name(s)Constraint Type
F_234 CHKCMD_ID CHKARRANG CHKCMD_ID Cascade

Feedback