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


Chapter 10 Queue Participation and Redirection : redir_defn

redir_defn
The redir_defn table holds information about which queues are being redirected and which queues they are being redirected to.
Structure
The redir_defn table has the following structure:
TABLE redir_defn (
redir_id INTEGER NOT NULL,
start_time SMALLINT NOT NULL,
start_date INTEGER NOT NULL,
end_time SMALLINT NOT NULL,
end_date INTEGER NOT NULL,
queue_name VARCHAR(24) NOT NULL,
destination VARCHAR(49) NOT NULL)
Primary Key
The following primary key is defined for this table.
Triggers
None.
Indexes
None.
Table Activity
The redir_defn table contains one record for each redirection record defined 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