The table holds the attribute dictionary group
description
Column Descriptions:
Name | Type | Description |
ATTRDICTGRP_ID | BIGINT NOT NULL | The internal reference number of the attribute
group. |
LANGUAGE_ID | INTEGER NOT NULL | The language to which this attribute pertains to.
For a list of language components, see the LANGUAGE table. |
NAME | VARCHAR (254) NOT NULL | The translated name of the attribute group |
SHORTDESCRIPTION | VARCHAR (254) | The translated description for the attribute
group |
FIELD1 | INTEGER | Customizable field |
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> | ATTRDICTGRP_ID+LANGUAGE_ID | Primary Key |
I0001136 | NAME+LANGUAGE_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_3512 | ATTRDICTGRP_ID | ATTRDICTGRP | ATTRDICTGRP_ID | Cascade |
F_3517 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |