Editing Public.qrtz job details (table)

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
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 14: Line 15:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''Description
+
| '''PK
 
+
| '''Index
|- valign="top"
+
 +
|-
 
| job_name
 
| job_name
 
| varchar(80)
 
| varchar(80)
 
| not null
 
| not null
 
|  
 
|  
 +
| qrtz_job_details_pkey
 
|  
 
|  
|- valign="top"
+
|-
 
| job_group
 
| job_group
 
| varchar(80)
 
| varchar(80)
 
| not null
 
| not null
 
|  
 
|  
 +
| qrtz_job_details_pkey
 
|  
 
|  
|- valign="top"
+
|-
 
| description
 
| description
 
| varchar(120)
 
| varchar(120)
Line 34: Line 38:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| job_class_name
 
| job_class_name
 
| varchar(128)
 
| varchar(128)
Line 40: Line 45:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| is_durable
 
| is_durable
 
| boolean
 
| boolean
Line 46: Line 52:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| is_volatile
 
| is_volatile
 
| boolean
 
| boolean
Line 52: Line 59:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| is_stateful
 
| is_stateful
 
| boolean
 
| boolean
Line 58: Line 66:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| requests_recovery
 
| requests_recovery
 
| boolean
 
| boolean
Line 64: Line 73:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| job_data
 
| job_data
 
| bytea
 
| 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 88: Line 90:
 
| '''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
 
|}
 
|}

Please note that all contributions to dbscript Online Help may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Project:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)