This table holds the language-dependent information related to an operator.
Column Description(s):
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. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031242580 |
OPERATOR_ID+LANGUAGE_ID |
Primary Key |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_481 |
LANGUAGE_ID |
LANGUAGE |
LANGUAGE_ID |
Cascade |
F_482 |
OPERATOR_ID |
OPERATOR |
OPERATOR_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.