This table contains personalization attribute descriptions.
Column Description(s):
Column Name | Column Type | Description |
PATTRIBUTE_ID |
BIGINT NOT NULL |
The identifier of the personalization attribute. |
LANGUAGE_ID |
INTEGER NOT NULL |
Language this description pertains to. For a list of language components, see the LANGUAGE table. |
DESCRIPTION |
VARCHAR(1024) |
A brief description of the personalization attribute. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031252920 |
PATTRIBUTE_ID+LANGUAGE_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_564 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
F_565 |
PATTRIBUTE_ID |
PATTRIBUTE |
PATTRIBUTE_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.