Database Table: PLCYTYCMIF

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

Column Name Column Type Column Description
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.
POLICYTYPE_ID CHARACTER (64)
NOT NULL
The policy type ID.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416035035700 BUSINESSCMDIF Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_605 POLICYTYPE_ID POLICYTYPE POLICYTYPE_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable