EXPTYPE

This table is deprecated and is provided for backward compatibility only. This table stores all the available types of marketing experiment that a business user can choose.

Column Descriptions:

NameTypeDescription
EXPTYPE_IDINTEGER NOT NULLPrimary Key.
NAMEVARCHAR (64) NOT NULLName of the experiment type.
DESCRIPTIONVARCHAR (254)Description of the experiment type.
IMPLCLSVARCHAR (254) NOT NULLThe name of the class that implements the evaluation logic of this type of experiment.
OBJCLSVARCHAR (254) NOT NULLThe name of the class that implements the data object of this type of experiment.
FIELD1VARCHAR (254)Customizable.
FIELD2VARCHAR (254)Customizable.
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>EXPTYPE_IDPrimary Key

Referenced By Child Tables:

ConstraintColumnsChild TableChild ColumnsType
F_1501EXPTYPE_IDEXPERIMENTEXPTYPE_IDCascade
F_1506EXPTYPE_IDEXPSTATSEXPTYPE_IDCascade