WebSphere Commerce database table: PLCYTYCMIF

This table stores command interface relationship information for a business policy.


Column Description(s):
Column NameColumn TypeDescription
POLICYTYPE_ID CHAR(64) NOT NULL The policy type ID.
BUSINESSCMDIF VARCHAR(254) NOT NULL The Java command interface for the business policy object. The command for each policy instance must implement this interface. There can be zero or more commands for each business policy object.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031256160 BUSINESSCMDIF Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_605 POLICYTYPE_ID POLICYTYPE POLICYTYPE_ID Cascade

Feedback