This table stores information about the trading to attachment relationship for a TradingAgreement.
Column Description(s):
Column Name | Column Type | Description |
TRADING_ID |
BIGINT NOT NULL |
TradingAgreement ID. |
ATTACHMENT_ID |
BIGINT NOT NULL |
Attachment ID. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031323190 |
TRADING_ID+ATTACHMENT_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_868 |
ATTACHMENT_ID |
ATTACHMENT |
ATTACHMENT_ID |
Cascade |
F_867 |
TRADING_ID |
TRADING |
TRADING_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.