EMLPOLICY

Stores bounce back e-mail retry policies.

Column Descriptions:

NameTypeDescription
EMLPOLICY_IDINTEGER NOT NULLThe primary key.
NUMRETRIESSMALLINT NOT NULLThe maximum number of times the retry may be attempted.
INTERVALINTEGER NOT NULLThe number of minutes between each retry attempt.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>EMLPOLICY_IDPrimary Key

Referenced By Child Tables:

ConstraintColumnsChild TableChild ColumnsType
F_1037EMLPOLICY_IDEMLSTRPLCYEMLPOLICY_IDCascade