Difference between revisions of "Public.qrtz job details (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.qrtz_job_details |- |} {| border="1" cellpadding="5" cellspacing="0" ...) |
|||
Line 20: | Line 20: | ||
|- | |- | ||
| job_name | | job_name | ||
− | | | + | | varchar(80) |
| not null | | not null | ||
| | | | ||
Line 27: | Line 27: | ||
|- | |- | ||
| job_group | | job_group | ||
− | | | + | | varchar(80) |
| not null | | not null | ||
| | | | ||
Line 34: | Line 34: | ||
|- | |- | ||
| description | | description | ||
− | | | + | | varchar(120) |
| null | | null | ||
| | | | ||
Line 41: | Line 41: | ||
|- | |- | ||
| job_class_name | | job_class_name | ||
− | | | + | | varchar(128) |
| not null | | not null | ||
| | | | ||
Line 48: | Line 48: | ||
|- | |- | ||
| is_durable | | is_durable | ||
− | | | + | | boolean |
| not null | | not null | ||
| | | | ||
Line 55: | Line 55: | ||
|- | |- | ||
| is_volatile | | is_volatile | ||
− | | | + | | boolean |
| not null | | not null | ||
| | | | ||
Line 62: | Line 62: | ||
|- | |- | ||
| is_stateful | | is_stateful | ||
− | | | + | | boolean |
| not null | | not null | ||
| | | | ||
Line 69: | Line 69: | ||
|- | |- | ||
| requests_recovery | | requests_recovery | ||
− | | | + | | boolean |
| not null | | not null | ||
| | | | ||
Line 76: | Line 76: | ||
|- | |- | ||
| job_data | | job_data | ||
− | | | + | | bytea |
| not null | | not null | ||
| | | |
Revision as of 14:43, 7 August 2009
wikibot
Table | public.qrtz_job_details |
Column | Data Type | Nullable | Default | PK | Index |
job_name | varchar(80) | not null | qrtz_job_details_pkey | ||
job_group | varchar(80) | not null | qrtz_job_details_pkey | ||
description | varchar(120) | null | |||
job_class_name | varchar(128) | not null | |||
is_durable | boolean | not null | |||
is_volatile | boolean | not null | |||
is_stateful | boolean | not null | |||
requests_recovery | boolean | not null | |||
job_data | bytea | not null |
Detail Table | Column | Referencing Column |
public.qrtz_job_listeners | job_name | job_name |
public.qrtz_job_listeners | job_name | job_name |
public.qrtz_triggers | job_name | job_name |
public.qrtz_triggers | job_name | job_name |