WebSphere Commerce database table: EMLPOLICY
Stores bounce back e-mail retry policies.
Column Descriptions
Column Name
| Column Type
| Description |
EMLPOLICY_ID
| INTEGER NOT NULL
| The primary key.
|
NUMRETRIES
| SMALLINT NOT NULL
| The maximum number of times the retry may be attempted.
|
INTERVAL
| INTEGER NOT NULL
| The number of minutes between each retry attempt.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|
Indexes
Index Name
| Indexed Column Names
| Index Type |
SQL060903235155400
| EMLPOLICY_ID
| Primary Key
|
Constraint Name
| Referenced Column Name
| Foreign Table Name
| Foreign Column Names
| Constraint Type |
F_1037
| EMLPOLICY_ID
| EMLSTRPLCY
| EMLPOLICY_ID
| Cascade
|