Copyright © Cloud Software Group, Inc. All rights reserved. |
TABLE cdqp_cfg (
cfg_id NUMERIC(10) NOT NULL,
def_id NUMERIC(10) NOT NULL,
queue_name VARCHAR(48) NOT NULL)
Name of the iProcess queue that the CDQP defined in def_id is mapped to, as defined in the user_names table.
This key enforces the DELETE CASCADE referential action.
The cdqp_cfg table contains one row for each mapping of a CDQP to a queue that is defined on the system. For example, if CDQP1 is mapped to 6 queues, and CDQP2 is mapped to 4 queues, the cdqp_cfg table contains 10 rows.
Copyright © Cloud Software Group, Inc. All rights reserved. |