This table is used to store the XML document for a given trading position container.
Column Description(s):
Column Name | Column Type | Description |
TRADEPOSCN_ID |
BIGINT NOT NULL |
Primary key. Trading position container ID. |
SEQUENCE |
INTEGER NOT NULL |
Primary key. Sequence number. |
XMLDEFINITION |
CLOB |
XML document. |
FIELD1 |
INTEGER |
Customizable. |
FIELD2 |
INTEGER |
Customizable. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031323610 |
TRADEPOSCN_ID+SEQUENCE |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_913 |
TRADEPOSCN_ID |
TRADEPOSCN |
TRADEPOSCN_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.