This table stores locale-specific information for the ACRELGRP table.
Column Description(s):
Column Name | Column Type | Description |
ACRELGRP_ID |
INTEGER NOT NULL |
The relationship group ID. It is a foreign key to the ACRELGRP table. Together with the LANGUAGE_ID column, it forms a primary key. |
LANGUAGE_ID |
INTEGER NOT NULL |
The language ID. It is a foreign key to the LANGUAGE table. Together with the ACRELGRP_ID column, it forms a primary key. |
DISPLAYNAME |
VARCHAR(128) NOT NULL |
The locale-specific display name of the relationship group. |
DESCRIPTION |
VARCHAR(254) |
The locale-specific description of the relationship group. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031156040 |
ACRELGRP_ID+LANGUAGE_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_54 |
ACRELGRP_ID |
ACRELGRP |
ACRELGRP_ID |
Cascade |
F_53 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.