Stores the relationship between a store and a bounced e-mail retry policy.
Column Description(s):
Column Name | Column Type | Description |
EMLPOLICY_ID |
INTEGER NOT NULL |
Reference to the EMLPOLICY_ID in the EMLPOLICY table. |
STOREENT_ID |
INTEGER NOT NULL |
Reference to the STOREENT_ID in the STORE table. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031225890 |
EMLPOLICY_ID |
Primary Key |
I0000383 |
STOREENT_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1037 |
EMLPOLICY_ID |
EMLPOLICY |
EMLPOLICY_ID |
Cascade |
F_1039 |
STOREENT_ID |
STOREENT |
STOREENT_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.