This table holds the language-dependent information related to an operator.
Column Descriptions
Column Name
| Column Type
| Description
|
OPERATOR_ID
| INTEGER NOT NULL
| The internal reference number that indicates the operator related to the language specific information.
|
LANGUAGE_ID
| INTEGER NOT NULL
| The identifier of the Language. For a list of language components, see the LANGUAGE table.
|
DESCRIPTION
| VARCHAR(254)
| The display string for the operator. For example, "Between", "Set", "Equals", or "Greater Than".
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|