OPERATRDSC

This table holds the language-dependent information related to an operator.

Column Descriptions:

NameTypeDescription
OPERATOR_IDINTEGER NOT NULLThe internal reference number that indicates the operator related to the language specific information.
LANGUAGE_IDINTEGER NOT NULLThe identifier of the Language. For a list of language components, see the LANGUAGE table.
DESCRIPTIONVARCHAR (254)The display string for the operator. For example, "Between", "Set", "Equals", or "Greater Than".
OPTCOUNTERSMALLINTThe optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>OPERATOR_ID+LANGUAGE_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_481LANGUAGE_IDLANGUAGELANGUAGE_IDCascade
F_482OPERATOR_IDOPERATOROPERATOR_IDCascade