This table holds the language-dependent information related to an operator.
Column Name | Column Type | Column Description |
---|---|---|
DESCRIPTION | VARCHAR (254) NULL |
The display string for the operator. For example, "Between", "Set", "Equals", or "Greater Than". |
LANGUAGE_ID | INTEGER NOT NULL |
The identifier of the Language. For a list of language components, see the LANGUAGE table. |
OPERATOR_ID | INTEGER NOT NULL |
The internal reference number that indicates the operator related to the language specific information. |
Index Name | Indexed Column Names | Index Type |
---|---|---|
SQL030416035013330 | OPERATOR_ID, LANGUAGE_ID | Primary Key |
Constraint Name | Column Names | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|
F_481 | LANGUAGE_ID | LANGUAGE | LANGUAGE_ID | Cascade |
F_482 | OPERATOR_ID | OPERATOR | OPERATOR_ID | Cascade |
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Names | Constraint Type |
---|---|---|---|---|