WebSphere Commerce database table: POLICYCMD

This table stores command relationship information for a business policy.


Column Description(s):
Column NameColumn TypeDescription
POLICY_ID BIGINT NOT NULL The business policy ID.
BUSINESSCMDCLASS VARCHAR(200) NOT NULL The command that implements this business policy.
PROPERTIES VARCHAR(254) Default name value pairs that can be set to the business policy command. For example: n1=v1&n2=v2. If null, use the properties from the POLICY table.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031256600 POLICY_ID+BUSINESSCMDCLASS Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_610 POLICY_ID POLICY POLICY_ID Cascade

Feedback