This table stores the language-dependent values for the feature metadata.
Column Descriptions
Column Name
| Column Type
| Description |
FEATUREID
| INTEGER NOT NULL
| The internal reference number of the feature. Foreign key to the ICEXPLFEAT table.
|
NAME
| VARCHAR(254) NOT NULL
| Feature name. By default, features come from the CATENTRY and CATENTDESC tables. User-defined features come from the ATTRIBUTE, CATENTATTR, and PKGATTR tables.
|
UNITOFMEASURE
| VARCHAR(20)
| Unit of measure to display alongside values. For example, lbs or inches.
|
DESCRIPTION
| VARCHAR(254)
| Feature name used in the JSP page for display.
|
ELABORATION
| VARCHAR(254)
| Reserved for IBM internal use.
|
SCALE
| INTEGER
| Scale used for displaying values. For example, price.
|
PRECISION
| INTEGER
| Precision used for displaying values. For example, price.
|
LANGUAGE_ID
| INTEGER NOT NULL
| The unique identifier of the language. Foreign key to the LANGUAGE table. For a list of language components, see the LANGUAGE table.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|