Database Table: POLICYCMD

This table stores command relationship information for a business policy.

Column Name Column Type Column Description
BUSINESSCMDCLASS VARCHAR (200)
NOT NULL
The command that implements this business policy.
POLICY_ID BIGINT
NOT NULL
The business policy ID.
PROPERTIES VARCHAR (254)
NULL
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.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416035036920 POLICY_ID, BUSINESSCMDCLASS Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_610 POLICY_ID POLICY POLICY_ID Cascade

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