Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 9 Case Data Queue Parameters : cdqp_def

cdqp_def
The cdqp_def table holds information about each field that is defined as a Case Data Queue Parameter (CDQP).
Structure
The cdqp_def table has the following structure:
TABLE cdqp_def (
def_id NUMERIC(10) NOT NULL,
field_name VARCHAR(31) NOT NULL,
data_size NUMERIC(5) NOT NULL,
description VARCHAR(40) NOT NULL,
is_predict SMALLINT NOT NULL)
Flag that defines whether (1) or not (0) this CDQP is used for case prediction.
Primary Key
The following primary key is defined for this table.
Foreign Keys
None.
Indexes
None.
Table Activity
The cdqp_def table contains one row for each field on the system that is currently defined as a CDQP.
Rows are added, updated and deleted in the following situations.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved