Purges records from the queue table.
Class
TOraQueueTable
Syntax
procedure PurgeQueueTable(const PurgeCondition: string; Block: boolean = False; DeliveryMode: TQueueDeliveryMode = qdmPersistent);
Parameters
PurgeCondition
Specifies the purge condition, which must be in the format of a SQL WHERE clause and is based on the columns of aq$queue_table_name view.
Block
Specifies whether to hold an exclusive lock on all the queues in the queue table while purging the queue table.
DeliveryMode
Remarks
Call the PurgeQueueTable method to purge records from the queue table.
See Also