WebSphere Commerce database table: PLCYTYCMIF
This table stores command interface relationship information for a business policy.
Column Descriptions Column Name Column Type Description 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.
Indexes Index Name Indexed Column Names Index Type SQL060903235232520 BUSINESSCMDIF Primary Key Related reference
Constraints Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type F_605 POLICYTYPE_ID POLICYTYPE POLICYTYPE_ID Cascade