Reference > Database > WebSphere Commerce database tables > O
WebSphere Commerce database table: OPERATRDSC
This table holds the language-dependent information related to an operator.
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.
Indexes Index Name Indexed Column Names Index Type SQL100520030359010 OPERATOR_ID+LANGUAGE_ID Primary Key
Constraints 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 _vcc_freeselect_bottom_