CATFLTDSC

Each row of this table represents a language specific description of a certain catalog filter.

Column Descriptions:

NameTypeDescription
CATFILTER_IDBIGINT NOT NULLThe catalog filter ID
LANGUAGE_IDINTEGER NOT NULLLanguage ID. The language the description is written in.
DESCRIPTIONVARCHAR (2000)The description of the catalog filter
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The 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>CATFILTER_ID+LANGUAGE_IDPrimary Key

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3664CATFILTER_IDCATFILTERCATFILTER_IDCascade
F_3665LANGUAGE_IDLANGUAGELANGUAGE_IDCascade