Public.qrtz job listeners (table)
wikibot[edit]
Table | public.qrtz_job_listeners |
Columns[edit]
Column | Data Type | Nullable | Default | Description |
job_name | varchar(80) | not null | ||
job_group | varchar(80) | not null | ||
job_listener | varchar(80) | not null |
Primary Key[edit]
Primary Key | Columns |
pk_qrtz_job_listeners | job_name, job_group, job_listener |
Foreign Keys[edit]
Relation | Column | Referenced Column |
public.qrtz_job_details | job_name | job_name |