This table stores command interface relationship information for a business policy.
Column Description(s):
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. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031256160 |
BUSINESSCMDIF |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_605 |
POLICYTYPE_ID |
POLICYTYPE |
POLICYTYPE_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.