CTXDATA

This table contains the data that associates with a particular activity.

Column Descriptions:

NameTypeDescription
ACTIVITY_IDBIGINT NOT NULLThe identifier of the activity. Foreign Key to the CTXMGMT table
NAMEVARCHAR (128) NOT NULLThe name of the context data object
SERVALUEVARCHAR (2048)The value associated with the context data.
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>ACTIVITY_ID+NAMEPrimary Key
I0000841ACTIVITY_IDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_1085ACTIVITY_IDCTXMGMTACTIVITY_IDCascade