ISEDITATT

This table holds the attributes of the transport in the form of name-value pairs. The attributes of this table refer to interaction-level (message) attributes of a transport. This table holds attribute information at the profile level.

Column Descriptions:

NameTypeDescription
ISEDITATT_IDINTEGER NOT NULLKey to the table. Represents a unique entry.
PROFILE_IDINTEGER NOT NULLForeign key to the PROFILE table. Represents the profile this record is applicable to.
CUSTOMIZABLEINTEGER NOT NULLReserved for IBM internal use.
INTERSPECATTNAMEVARCHAR (254) NOT NULLName of the attribute for this transport (as specified in the Configuration Manager).
INTERSPECATTVALUEVARCHAR (254)The value corresponding to the attribute name. This value may be encrypted if encrypt="Yes" is specified in the InteractionSpec definition in the instance configuration file. If the value is encrypted, DBUpdate.txt and AfterMerchantKeyChangeDBUpdater class also need to specify this attribute name.
OPTCOUNTERSMALLINTThe 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>ISEDITATT_IDPrimary Key
I0000137PROFILE_ID+INTERSPECATTNAMEUnique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_402PROFILE_IDPROFILEPROFILE_IDCascade