dbo.QBMJobqueueOverview
Job queue (overview)
TableType TUsage WORKRows 2SizeMB 0.024
Table relation graph
Loading table relation graph…
Columns
| Name | Type | Nullable | OIM caption/commentary | Flags |
|---|---|---|---|---|
UID_QBMJobqueueOverview | varchar(38) | no | Job queue (overview) | PKUID |
QueueName | nvarchar(256) | no | Queue | |
CountTrue | int(4) | yes | Number in status TRUE | |
CountLoaded | int(4) | yes | Number in status LOADED | |
CountOverlimt | int(4) | yes | Number in status OVERLIMIT | |
CountMissing | int(4) | yes | Number in status MISSING | |
CountDelete | int(4) | yes | Number in status DELETE | |
CountHistory | int(4) | yes | Number in status HISTORY | |
CountProcessing | int(4) | yes | Number in status PROCESSING | |
CountFalse | int(4) | yes | Number in status FALSE | |
CountFrozen | int(4) | yes | Number in status FROZEN | |
CountFinished | int(4) | yes | Number in status FINISHED | |
XObjectKey | varchar(138) | no | Object key | |
IsInvalid | bit(1) | yes | Invalid | |
IsInitQueueRunning | bit(1) | yes | Queue will be initialized |
Relations
| FK | From | To |
|---|---|---|
| No FK rows in snapshot. | ||
Triggers
GEN_T2162AAABD3AA37C58398FC7A0 SQL_TRIGGER
Referenced by / reverse relations
Generated from live DB metadata, FK rows, and exported SQL dependency/source extraction. This is factual linkage evidence, not inferred behavior.
| Referencing object | Relation | Evidence |
|---|---|---|
| dbo.QBM_PJobCreate | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.QBM_PJobQueueInit_i | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.QBM_PJobQueueLoad | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.QBM_PJobqueueoverViewFill | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.QBM_PJobQueueOverviewSetInv | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.QBM_TDJobqueue | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.QBM_TDQBMServer | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.QBM_TIJobqueue | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.QBM_TUJobqueue | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.QBM_PJobCreate | source text reference | creates object-layer jobs via QBM_PJobCreate*, uses session context values, has TRY/CATCH error handling |
| dbo.QBM_PJobQueueInit_i | source text reference | uses session context values, has TRY/CATCH error handling |
| dbo.QBM_PJobQueueLoad | source text reference | creates object-layer jobs via QBM_PJobCreate*, fires object-layer event via HOFireEvent, uses session context values, has TRY/CATCH error handling |
| dbo.QBM_PJobqueueoverViewFill | source text reference | uses session context values, has TRY/CATCH error handling |
| dbo.QBM_PJobQueueOverviewSetInv | source text reference | has TRY/CATCH error handling |
| dbo.QBM_TDJobqueue | source text reference | uses session context values, has TRY/CATCH error handling |
| dbo.QBM_TDQBMServer | source text reference | inserts DBQueue tasks, uses session context values, has TRY/CATCH error handling |
| dbo.QBM_TIJobqueue | source text reference | creates object-layer jobs via QBM_PJobCreate*, fires object-layer event via HOFireEvent, uses session context values, has TRY/CATCH error handling |
| dbo.QBM_TUJobqueue | source text reference | uses session context values, has TRY/CATCH error handling |