This table stores descriptions for the role a
participant plays a TradingAgreement.
Column Descriptions:
Name | Type | Description |
PARTROLE_ID | INTEGER NOT NULL | Participant role ID. |
LANGUAGE_ID | INTEGER NOT NULL | Language this description pertains to. For a list
of language components, see the LANGUAGE table. |
DESCRIPTION | VARCHAR (4000) | Participant role description. |
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> | PARTROLE_ID+LANGUAGE_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_562 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_563 | PARTROLE_ID | PARTROLE | PARTROLE_ID | Cascade |