This table stores locale-specific display information corresponding to the ACATTR table.
Column Description(s):
Column Name | Column Type | Description |
ACATTR_ID |
BIGINT NOT NULL |
The attribute ID. It is a foreign key to ACATTR table. Together with the LANGUAGE_ID column in this table, it forms a primary key. |
DISPLAYNAME |
VARCHAR(254) NOT NULL |
The locale-specific display name for this attribute. |
DESCRIPTION |
VARCHAR(254) |
The description of this attribute. |
LANGUAGE_ID |
INTEGER NOT NULL |
The language ID. It is a foreign key to the the LANGUAGE table. Together the ACATTR_ID column, it forms a primary key. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031152080 |
ACATTR_ID+LANGUAGE_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_10 |
ACATTR_ID |
ACATTR |
ACATTR_ID |
Cascade |
F_9 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.