This table stores locale specific display information for the ACRESGRP table.
Column Description(s):
Column Name | Column Type | Description |
ACRESGRP_ID |
INTEGER NOT NULL |
The resource group ID. Together with the LANGUAGE_ID column, it forms a primary key. |
DISPLAYNAME |
VARCHAR(700) NOT NULL |
The display name for this resource group. |
DESCRIPTION |
VARCHAR(700) |
The description of the resource group. |
LANGUAGE_ID |
INTEGER NOT NULL |
The language ID. It is a primary key, and it is also a foreign key to the LANGUAGE table. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031155150 |
ACRESGRP_ID+LANGUAGE_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_43 |
ACRESGRP_ID |
ACRESGRP |
ACRESGRP_ID |
Cascade |
F_42 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.