Column Descriptions
Column Name
| Column Type
| Description |
CATENTATTR_ID
| BIGINT NOT NULL
| The internal reference number of this catalog entry attribute.
|
LANGUAGE_ID
| INTEGER NOT NULL
| The language related to the catalog entries attribute. For a list of language components, see the LANGUAGE table.
|
CATENTRY_ID
| BIGINT NOT NULL
| The catalog entry that this attribute describes.
|
NAME
| VARCHAR(254) NOT NULL
| The language-dependent name of this catalog entry attribute.
|
VALUE
| VARCHAR(254) NOT NULL
| The value associated with this catalog entry attribute.
|
DESCRIPTION
| VARCHAR(254)
| The description of this catalog entry attribute.
|
FIELD1
| INTEGER
| Customizable.
|
FIELD2
| VARCHAR(254)
| Customizable.
|
FIELD3
| VARCHAR(254)
| Customizable.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|