This table contains name information for a Contract. The Contract name is used to force serialization on contract management.
Column Description(s):
Column Name | Column Type | Description |
NAME |
VARCHAR(200) NOT NULL |
Contract name. |
MEMBER_ID |
BIGINT NOT NULL |
Owner of the Contract. |
ORIGIN |
INTEGER NOT NULL |
Contract origin. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
I0000076 |
NAME+MEMBER_ID+ORIGIN |
Unique Index |
I0000537 |
MEMBER_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_247 |
MEMBER_ID |
MEMBER |
MEMBER_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.