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


Chapter 10 Queue Participation and Redirection : part_list

part_list
The part_list table holds the names of all users who are currently allowed to participate in other queues.
Structure
The part_list table has the following structure:
TABLE part_list (
part_id INTEGER NOT NULL,
user_name VARCHAR(64) NOT NULL)
Primary Key
None.
Foreign Keys
The following foreign key is defined for this table.

1
This key enforces the DELETE CASCADE referential action.

Indexes
The following index is defined for this table.
Table Activity
The part_list table contains one record for each user designated as a participant in each participation record on the system.
Rows are added, updated and deleted in the following situations.

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