WebSphere Commerce database table: PARTROLEDS

This table stores descriptions for the role a participant plays a TradingAgreement.


Column Description(s):
Column NameColumn TypeDescription
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 Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031252630 PARTROLE_ID+LANGUAGE_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_562 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade
F_563 PARTROLE_ID PARTROLE PARTROLE_ID Cascade

Feedback