Reserved for IBM internal use.
Column Descriptions:
Name | Type | Description |
FLTRANSITN_ID | BIGINT NOT NULL | Reserved for IBM internal use. |
LANGUAGE_ID | INTEGER NOT NULL | Reserved for IBM internal use. |
TRANSITIONDESC | VARCHAR (254) | Reserved for IBM internal use. |
EVENTDESC | VARCHAR (128) | Reserved for IBM internal use. |
OPTCOUNTER | SMALLINT | 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> | FLTRANSITN_ID+LANGUAGE_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_340 | FLTRANSITN_ID | FLTRANSITN | FLTRANSITN_ID | Cascade |
F_341 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |