Difference between revisions of "Public.qrtz job details (table)"

From dbscript Online Help
Jump to: navigation, search
Line 82: Line 82:
 
|}
 
|}
  
=== Detail Tables ===
+
=== Foreign Keys ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
| '''Detail Table
+
| '''Relation
 
| '''Column
 
| '''Column
| '''Referencing Column
+
| '''Referenced Column
  
 
|- valign="top"
 
|- valign="top"
| [[public.qrtz_job_listeners_(table)|public.qrtz_job_listeners]]
+
| [[public.qrtz_job_details_(table)|public.qrtz_job_details]]
 
| job_name
 
| job_name
 
| job_name
 
| job_name
 
|- valign="top"
 
|- valign="top"
| [[public.qrtz_job_listeners_(table)|public.qrtz_job_listeners]]
+
| [[public.qrtz_job_details_(table)|public.qrtz_job_details]]
 
| job_name
 
| job_name
 
| job_name
 
| job_name
 
|- valign="top"
 
|- valign="top"
| [[public.qrtz_triggers_(table)|public.qrtz_triggers]]
+
| [[public.qrtz_job_details_(table)|public.qrtz_job_details]]
 
| job_name
 
| job_name
 
| job_name
 
| job_name
 
|- valign="top"
 
|- valign="top"
| [[public.qrtz_triggers_(table)|public.qrtz_triggers]]
+
| [[public.qrtz_job_details_(table)|public.qrtz_job_details]]
 
| job_name
 
| job_name
 
| job_name
 
| job_name
 
|}
 
|}

Revision as of 11:09, 27 August 2011

wikibot

Table public.qrtz_job_details

Columns

Column Data Type Nullable Default Description
job_name varchar(80) not null
job_group varchar(80) not null
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

Primary Key

Primary Key Columns
qrtz_job_details_pkey job_name, job_group

Foreign Keys

Relation Column Referenced Column
public.qrtz_job_details job_name job_name
public.qrtz_job_details job_name job_name
public.qrtz_job_details job_name job_name
public.qrtz_job_details job_name job_name