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:
Name | Type | Description |
EXPTYPE_ID | INTEGER NOT NULL | Primary Key. |
NAME | VARCHAR (64) NOT NULL | Name of the experiment type. |
DESCRIPTION | VARCHAR (254) | Description of the experiment type. |
IMPLCLS | VARCHAR (254) NOT NULL | The name of the class that implements the
evaluation logic of this type of experiment. |
OBJCLS | VARCHAR (254) NOT NULL | The name of the class that implements the data
object of this type of experiment. |
FIELD1 | VARCHAR (254) | Customizable. |
FIELD2 | VARCHAR (254) | Customizable. |
OPTCOUNTER | SMALLINT | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | EXPTYPE_ID | Primary Key |
Referenced By Child Tables:
Constraint | Columns | Child Table | Child Columns | Type |
F_1501 | EXPTYPE_ID | EXPERIMENT | EXPTYPE_ID | Cascade |
F_1506 | EXPTYPE_ID | EXPSTATS | EXPTYPE_ID | Cascade |