This table stores locale-specific information for the ACPOLGRP table.
Column Description(s):
Column Name | Column Type | Description |
ACPOLGRP_ID |
INTEGER NOT NULL |
The access control policy group ID. It is a foreign key to the ACPOLGRP table |
LANGUAGE_ID |
INTEGER NOT NULL |
The language ID. It is a foreign key to the LANGUAGE table. For a list of language components, see the LANGUAGE table. |
DISPLAYNAME |
VARCHAR(700) NOT NULL |
The display name of the access control policy group. |
DESCRIPTION |
VARCHAR(700) |
The description of the access control policy group. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031153310 |
ACPOLGRP_ID+LANGUAGE_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1009 |
ACPOLGRP_ID |
ACPOLGRP |
ACPOLGRP_ID |
Cascade |
F_1008 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.