Stores the relationship between EMLMSG and EMLCONTENT table.
Column Description(s):
Column Name | Column Type | Description |
EMLMSG_ID |
INTEGER NOT NULL |
Reference to the EMLMSG_ID in the EMLMSG table. |
EMLCONTENT_ID |
INTEGER NOT NULL |
Reference to the EMLCONTENT_ID in the EMLCONTENT table. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031224870 |
EMLMSG_ID+EMLCONTENT_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1211 |
EMLCONTENT_ID |
EMLCONTENT |
EMLCONTENT_ID |
Cascade |
F_1210 |
EMLMSG_ID |
EMLMSG |
EMLMSG_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.