Reserved for HCL internal use.
Column Descriptions:
Name | Type | Description |
OUTPUTQ_ID | BIGINT NOT NULL | Reserved for HCL internal use. |
LANGUAGE_ID | INTEGER NOT NULL | Reserved for HCL internal use. |
DESCRIPTION | VARCHAR (254) | Reserved for HCL internal use. |
LASTUPDATE | TIMESTAMP | 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+LANGUAGE_ID | Primary Key |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_556 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_557 | OUTPUTQ_ID | OUTPUTQ | OUTPUTQ_ID | Cascade |