Reserved for IBM internal use.
Column Descriptions:
Name | Type | Description |
FLOW_ID | BIGINT NOT NULL | Reserved for IBM internal use. |
FLOWTYPE_ID | BIGINT NOT NULL | Reserved for IBM internal use. |
COMPOSITEFLOW | INTEGER | Reserved for IBM internal use. |
ATTRIBUTE | VARCHAR (254) | Reserved for IBM internal use. |
IDENTIFIER | VARCHAR (64) NOT NULL | Reserved for IBM internal use. |
PRIORITY | INTEGER | 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> | FLOW_ID | Primary Key |
I0000103 | FLOWTYPE_ID+IDENTIFIER | Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_324 | FLOWTYPE_ID | FLOWTYPE | FLOWTYPE_ID | Cascade |
Referenced By Child Tables: