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

From dbscript Online Help
Jump to: navigation, search
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.qrtz_job_details |- |} {| border="1" cellpadding="5" cellspacing="0" ...)
 
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
|-
+
|- valign="top"
 
| '''Table
 
| '''Table
 
| public.qrtz_job_details
 
| public.qrtz_job_details
|-
 
 
|}
 
|}
  
 
+
=== Columns ===
 
{| 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"
Line 15: Line 14:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description
| '''Index
+
 
+
|- valign="top"
|-
 
 
| job_name
 
| job_name
|  
+
| varchar(80)
 
| not null
 
| not null
 
|  
 
|  
| qrtz_job_details_pkey
 
 
|  
 
|  
|-
+
|- valign="top"
 
| job_group
 
| job_group
|  
+
| varchar(80)
 
| not null
 
| not null
 
|  
 
|  
| qrtz_job_details_pkey
 
 
|  
 
|  
|-
+
|- valign="top"
 
| description
 
| description
|  
+
| varchar(120)
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| job_class_name
 
| job_class_name
|  
+
| varchar(128)
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| is_durable
 
| is_durable
|  
+
| boolean
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| is_volatile
 
| is_volatile
|  
+
| boolean
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| is_stateful
 
| is_stateful
|  
+
| boolean
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| requests_recovery
 
| requests_recovery
|  
+
| boolean
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| job_data
 
| job_data
|  
+
| bytea
 
| not null
 
| not null
|
 
 
|  
 
|  
 
|  
 
|  
 
|}
 
|}
  
 +
=== Primary Key ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Primary Key
 +
| '''Columns
 +
|- valign="top"
 +
| qrtz_job_details_pkey
 +
| job_name, job_group
 +
|}
  
 
+
=== Detail Tables ===
 
{| 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"
Line 90: Line 88:
 
| '''Column
 
| '''Column
 
| '''Referencing Column
 
| '''Referencing Column
+
 
|-
+
|- valign="top"
 
| [[public.qrtz_job_listeners_(table)|public.qrtz_job_listeners]]
 
| [[public.qrtz_job_listeners_(table)|public.qrtz_job_listeners]]
 
| job_name
 
| job_name
 
| job_name
 
| job_name
|-
+
|- valign="top"
 
| [[public.qrtz_job_listeners_(table)|public.qrtz_job_listeners]]
 
| [[public.qrtz_job_listeners_(table)|public.qrtz_job_listeners]]
 
| job_name
 
| job_name
 
| job_name
 
| job_name
|-
+
|- valign="top"
 
| [[public.qrtz_triggers_(table)|public.qrtz_triggers]]
 
| [[public.qrtz_triggers_(table)|public.qrtz_triggers]]
 
| job_name
 
| job_name
 
| job_name
 
| job_name
|-
+
|- valign="top"
 
| [[public.qrtz_triggers_(table)|public.qrtz_triggers]]
 
| [[public.qrtz_triggers_(table)|public.qrtz_triggers]]
 
| job_name
 
| job_name
 
| job_name
 
| job_name
 
|}
 
|}

Latest revision as of 11:25, 27 August 2011

wikibot[edit]

Table public.qrtz_job_details

Columns[edit]

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[edit]

Primary Key Columns
qrtz_job_details_pkey job_name, job_group

Detail Tables[edit]

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