![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
The part_list table holds the names of all users who are currently allowed to participate in other queues.TABLE part_list (
part_id INTEGER NOT NULL,
user_name VARCHAR(64) NOT NULL)
Name of the user who is allowed to participate (according to the participation definition identified by the part_id value), as defined in the user_names table.
This key enforces the DELETE CASCADE referential action.
The part_list table contains one record for each user designated as a participant in each participation record on the system.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |