app_events_queue_handlers

0 rows


Description

This is the list of queued handlers for processing. The event object is retrieved from the events_queue table. When no further reference is made to the event_queues table, the corresponding entry in the events_queue table should be deleted. Entry sho

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_events_queue_handlers_id_seq'::regclass)
queuedeventid int8 19 null
app_events_queue.id Defined in XMLR
handlerid int8 19 null
app_events_handlers.id Defined in XMLR
status int8 19 null
errormessage text 2147483647 null
timemodified int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_evenqueuhand_id_pk Primary key Asc id
app_evenqueuhand_han_ix Performance Asc handlerid
app_evenqueuhand_que_ix Performance Asc queuedeventid

Relationships