ACACTION

This table stores all the access control actions in the system.

Column Descriptions:

NameTypeDescription
ACACTION_IDINTEGER NOT NULLThe action ID. This is a primary key.
ACTIONVARCHAR (254) NOT NULLThis is the action to which this record refers.
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>ACACTION_IDPrimary Key
I0000002ACTIONUnique Index

Referenced By Child Tables:

ConstraintColumnsChild TableChild ColumnsType
F_38ACACTION_IDACRESACTACACTION_IDCascade
F_4ACACTION_IDACACTACTGPACACTION_IDCascade
F_6ACACTION_IDACACTDESCACACTION_IDCascade