This table stores command interface relationship
information for a business policy.
Column Descriptions:
Name | 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 NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | BUSINESSCMDIF | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_605 | POLICYTYPE_ID | POLICYTYPE | POLICYTYPE_ID | Cascade |