This table holds package attributes. Package attributes are inherited from the attributes of the products that are contained within packages.
Column Description(s):
Column Name | Column Type | Description |
PKGATTR_ID |
BIGINT NOT NULL |
The internal reference number of the Package Attribute. |
ATTRIBUTE_ID |
BIGINT NOT NULL |
The reference to an Attribute of a Product that is contained within the Package. |
LANGUAGE_ID |
INTEGER NOT NULL |
The language that this Attribute pertains to. For a list of language components, see the LANGUAGE table. |
CATENTRY_ID |
BIGINT |
The reference number of the Package. |
OID |
CHAR(32) |
Reserved for IBM internal use. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
I0000187 |
CATENTRY_ID+LANGUAGE_ID+ATTRIBUTE_ID |
Unique Index |
SQL050212031254930 |
PKGATTR_ID+LANGUAGE_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_590 |
ATTRIBUTE_ID LANGUAGE_ID |
ATTRIBUTE |
ATTRIBUTE_ID |
Cascade |
F_588 |
CATENTRY_ID |
CATENTRY |
CATENTRY_ID |
Cascade |
F_589 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.