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 Description(s):
Column Name | Column Type | Description |
ISEDITATT_ID |
INTEGER NOT NULL |
Key to the table. Represents a unique entry. |
PROFILE_ID |
INTEGER NOT NULL |
Foreign key to the PROFILE table. Represents the profile this record is applicable to. |
CUSTOMIZABLE |
INTEGER NOT NULL |
Reserved for IBM internal use. |
INTERSPECATTNAME |
VARCHAR(254) NOT NULL |
Name of the attribute for this transport (as specified in the Configuration Manager). |
INTERSPECATTVALUE |
VARCHAR(254) |
The value corresponding to the attribute name. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
I0000137 |
PROFILE_ID+INTERSPECATTNAME |
Unique Index |
SQL050212031234840 |
ISEDITATT_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_402 |
PROFILE_ID |
PROFILE |
PROFILE_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.