ACATTRDESC

This table stores all the access control policies in the system. Every policy refers to an action group, a member group, a resource group and optionally, a relationship.

Column Descriptions:

NameTypeDescription
ACATTR_IDBIGINT NOT NULLThe attribute ID. It is a foreign key to ACATTR table. Together with the LANGUAGE_ID column in this table, it forms a primary key.
DISPLAYNAMEVARCHAR (254) NOT NULLThe locale-specific display name for this attribute.
DESCRIPTIONVARCHAR (254)The description of this attribute.
LANGUAGE_IDINTEGER NOT NULLThe language ID. It is a foreign key to the LANGUAGE table. Together the ACATTR_ID column, it forms a primary key.
OPTCOUNTERSMALLINTThe 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>ACATTR_ID+LANGUAGE_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_10ACATTR_IDACATTRACATTR_IDCascade
F_9LANGUAGE_IDLANGUAGELANGUAGE_IDCascade