Reserved for HCL internal use.
Column Descriptions:
Name | Type | Description |
OUTPUTQ_ID | BIGINT NOT NULL | Reserved for HCL internal use. |
OUTPUTQTYPE | CHAR (4) | Reserved for HCL internal use. |
LASTUPDATE | TIMESTAMP | Reserved for HCL internal use. |
NAME | VARCHAR (60) NOT NULL | Reserved for HCL internal use. |
OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | 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> | OUTPUTQ_ID | Primary Key |
I0000183 | NAME | Unique Index |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_501 | OUTPUTQ_ID | ORDERITEMS | OUTPUTQ_ID | Cascade |
F_557 | OUTPUTQ_ID | OUTPUTQDSC | OUTPUTQ_ID | Cascade |