Specifies the columnt that will be used as a sort key.
Unit
OraAQ
Syntax
TQueueSortList = (qslDefault, qslPriority, qslEnqueueTime, qslPriorityEnqueueTime, qslEnqueueTimePriority);
Values
Value | Meaning |
qslDefault |
No sorting is specified, the table will be sorted in the enqueue time in the ascending order by default. The default value. |
qslEnqueueTime |
The table will be sorted by enq_time column. |
qslEnqueueTimePriority |
The table will be sorted by both enq_time and priority columns. Enq_time column defines the most significant order. |
qslPriority |
The table will be sorted by priority column. |
qslPriorityEnqueueTime |
The table will be sorted by both the enq_time and priority columns. Priority column defines the most significant order. |