WebSphere Commerce database table: ACACGPDESC

This table stores locale-specific display information for the ACACTGRP table. The Administration Console GUI displays the locale-specific display names from this table.


Column Description(s):
Column NameColumn TypeDescription
ACACTGRP_ID INTEGER NOT NULL The action group ID. It is a foreign key to the ACACTGRP table. Together with the LANGUAGE_ID column, it forms a unique key.
DISPLAYNAME VARCHAR(700) NOT NULL The locale specific display name for this resource group.
DESCRIPTION VARCHAR(700) The locale specific description for this action group.
LANGUAGE_ID INTEGER NOT NULL The language ID. It is a foreign key to the LANGUAGE table. Together with the ACACTGRP_ID column, it forms a primary key. For a list of language components, see the LANGUAGE table.
OPTCOUNTER SMALLINT Reserved for IBM internal use.
Index(es):
Index NameIndexed Column NamesIndex Type
SQL050212031151080 ACACTGRP_ID+LANGUAGE_ID Primary Key
Constraint(s):
Constraint NameColumn Name(s)Foreign Table NameForeign Column Name(s)Constraint Type
F_2 ACACTGRP_ID ACACTGRP ACACTGRP_ID Cascade
F_1 LANGUAGE_ID LANGUAGE LANGUAGE_ID Cascade

Feedback