This table contains the data that associates with a particular activity.
Column Description(s):
Column Name | Column Type | Description |
ACTIVITY_ID |
BIGINT NOT NULL |
The identifier of the activity. Foreign Key to the CTXMGMT table |
NAME |
VARCHAR(128) NOT NULL |
The name of the context data object |
SERVALUE |
VARCHAR(2048) |
The value associated with the context data. |
OPTCOUNTER |
SMALLINT NOT NULL DEFAULT 0 |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031219440 |
ACTIVITY_ID+NAME |
Primary Key |
I0000841 |
ACTIVITY_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1085 |
ACTIVITY_ID |
CTXMGMT |
ACTIVITY_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.