This table stores locale specific display names for the resource categories.
Column Name | Column Type | Column Description |
---|---|---|
ACRESCGRY_ID | INTEGER NOT NULL |
Resource ID. |
DESCRIPTION | VARCHAR (254) NULL |
Description for this resource category. This field is optional. |
DISPLAYNAME | VARCHAR (254) NOT NULL |
Locale specific display name. |
LANGUAGE_ID | INTEGER NOT NULL |
Language ID of the locale for which this display name is valid. For a list of language components, see the LANGUAGE table. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416034834520 | LANGUAGE_ID, ACRESCGRY_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_55 | ACRESCGRY_ID | ACRESCGRY | ACRESCGRY_ID | Cascade |
F_56 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|