Reserved for IBM internal use.
Column Descriptions:
Name | Type | Description |
FLOWTYPE_ID | BIGINT NOT NULL | Reserved for IBM internal use. |
LANGUAGE_ID | INTEGER NOT NULL | Reserved for IBM internal use. |
DESCRIPTION | VARCHAR (128) | Reserved for IBM internal use. |
LONGDESCRIPTION | VARCHAR (254) | 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> | FLOWTYPE_ID+LANGUAGE_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_346 | FLOWTYPE_ID | FLOWTYPE | FLOWTYPE_ID | Cascade |
F_347 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |