This table stores command relationship information
for a business policy.
Column Descriptions:
| Name | Type | Description |
| 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 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> | POLICY_ID+BUSINESSCMDCLASS | Primary Key |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_610 | POLICY_ID | POLICY | POLICY_ID | Cascade |