POLICYCMD

This table stores command relationship information for a business policy.

Column Descriptions:

NameTypeDescription
POLICY_IDBIGINT NOT NULLThe business policy ID.
BUSINESSCMDCLASSVARCHAR (200) NOT NULLThe command that implements this business policy.
PROPERTIESVARCHAR (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.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>POLICY_ID+BUSINESSCMDCLASSPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_610POLICY_IDPOLICYPOLICY_IDCascade