Reserved for IBM internal use.
Column Descriptions:
Name | Type | Description |
COMPOSITEFLOW_ID | BIGINT NOT NULL | Reserved for IBM internal use. |
SINGLEFLOW_ID | BIGINT NOT NULL | Reserved for IBM internal use. |
SEQUENCE | INTEGER NOT NULL | 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> | COMPOSITEFLOW_ID+SINGLEFLOW_ID+SEQUENCE | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_318 | COMPOSITEFLOW_ID | FLOW | FLOW_ID | Cascade |
F_319 | SINGLEFLOW_ID | FLOW | FLOW_ID | Cascade |