Each row of this table indicates a TradingAgreement
that was searched to obtain the price for an OrderItem. These rows
are created by the OrderItemAdd and OrderItemUpdate commands.
Column Descriptions:
Name | Type | Description |
ORDERITEMS_ID | BIGINT NOT NULL | The OrderItem. |
TRADING_ID | BIGINT NOT NULL | The TradingAgreement. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | ORDERITEMS_ID+TRADING_ID | Primary Key |
I0000663 | TRADING_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_530 | TRADING_ID | TRADING | TRADING_ID | Cascade |
F_531 | ORDERITEMS_ID | ORDERITEMS | ORDERITEMS_ID | Cascade |