This table stores command relationship information for a business policy.
Column Description(s):
Column Name | Column 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 |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031256600 |
POLICY_ID+BUSINESSCMDCLASS |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_610 |
POLICY_ID |
POLICY |
POLICY_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.