Editing Public.qrtz triggers (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_triggers
 
| public.qrtz_triggers
 +
|-
 
|}
 
|}
  
=== 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"
+
 +
|-
 
| trigger_name
 
| trigger_name
 
| varchar(80)
 
| varchar(80)
 
| not null
 
| not null
 
|  
 
|  
 +
| pk_qrtz_triggers
 
|  
 
|  
|- valign="top"
+
|-
 
| trigger_group
 
| trigger_group
 
| varchar(80)
 
| varchar(80)
 
| not null
 
| not null
 
|  
 
|  
 +
| pk_qrtz_triggers
 
|  
 
|  
|- valign="top"
+
|-
 
| job_name
 
| job_name
 
| varchar(80)
 
| varchar(80)
Line 34: Line 38:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| job_group
 
| job_group
 
| varchar(80)
 
| varchar(80)
Line 40: Line 45:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| is_volatile
 
| is_volatile
 
| boolean
 
| boolean
Line 46: Line 52:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| description
 
| description
 
| varchar(120)
 
| varchar(120)
Line 52: Line 59:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| next_fire_time
 
| next_fire_time
 
| bigint
 
| bigint
Line 58: Line 66:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| prev_fire_time
 
| prev_fire_time
 
| bigint
 
| bigint
Line 64: Line 73:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| trigger_state
 
| trigger_state
 
| varchar(16)
 
| varchar(16)
Line 70: Line 80:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| trigger_type
 
| trigger_type
 
| varchar(8)
 
| varchar(8)
Line 76: Line 87:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| start_time
 
| start_time
 
| bigint
 
| bigint
Line 82: Line 94:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| end_time
 
| end_time
 
| bigint
 
| bigint
Line 88: Line 101:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| calendar_name
 
| calendar_name
 
| varchar(80)
 
| varchar(80)
Line 94: Line 108:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| misfire_instr
 
| misfire_instr
 
| smallint
 
| smallint
Line 100: Line 115:
 
|  
 
|  
 
|  
 
|  
|- valign="top"
+
|
 +
|-
 
| job_data
 
| job_data
 
| bytea
 
| bytea
 
| null
 
| null
 +
|
 
|  
 
|  
 
|  
 
|  
 
|}
 
|}
  
=== Primary Key ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
| '''Primary Key
 
| '''Columns
 
|- valign="top"
 
| pk_qrtz_triggers
 
| trigger_name, trigger_group
 
|}
 
  
=== 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"
Line 124: Line 132:
 
| '''Column
 
| '''Column
 
| '''Referenced Column
 
| '''Referenced Column
 
+
|- valign="top"
+
|-
 
| [[public.qrtz_job_details_(table)|public.qrtz_job_details]]
 
| [[public.qrtz_job_details_(table)|public.qrtz_job_details]]
 
| job_name
 
| job_name
Line 131: Line 139:
 
|}
 
|}
  
=== 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 137: Line 145:
 
| '''Column
 
| '''Column
 
| '''Referencing Column
 
| '''Referencing Column
 
+
|- valign="top"
+
|-
 
| [[public.qrtz_blob_triggers_(table)|public.qrtz_blob_triggers]]
 
| [[public.qrtz_blob_triggers_(table)|public.qrtz_blob_triggers]]
 
| trigger_name
 
| trigger_name
 
| trigger_name
 
| trigger_name
|- valign="top"
+
|-
 
| [[public.qrtz_blob_triggers_(table)|public.qrtz_blob_triggers]]
 
| [[public.qrtz_blob_triggers_(table)|public.qrtz_blob_triggers]]
 
| trigger_name
 
| trigger_name
 
| trigger_name
 
| trigger_name
|- valign="top"
+
|-
 
| [[public.qrtz_cron_triggers_(table)|public.qrtz_cron_triggers]]
 
| [[public.qrtz_cron_triggers_(table)|public.qrtz_cron_triggers]]
 
| trigger_name
 
| trigger_name
 
| trigger_name
 
| trigger_name
|- valign="top"
+
|-
 
| [[public.qrtz_cron_triggers_(table)|public.qrtz_cron_triggers]]
 
| [[public.qrtz_cron_triggers_(table)|public.qrtz_cron_triggers]]
 
| trigger_name
 
| trigger_name
 
| trigger_name
 
| trigger_name
|- valign="top"
+
|-
 
| [[public.qrtz_simple_triggers_(table)|public.qrtz_simple_triggers]]
 
| [[public.qrtz_simple_triggers_(table)|public.qrtz_simple_triggers]]
 
| trigger_name
 
| trigger_name
 
| trigger_name
 
| trigger_name
|- valign="top"
+
|-
 
| [[public.qrtz_simple_triggers_(table)|public.qrtz_simple_triggers]]
 
| [[public.qrtz_simple_triggers_(table)|public.qrtz_simple_triggers]]
 
| trigger_name
 
| trigger_name
 
| trigger_name
 
| trigger_name
|- valign="top"
+
|-
 
| [[public.qrtz_trigger_listeners_(table)|public.qrtz_trigger_listeners]]
 
| [[public.qrtz_trigger_listeners_(table)|public.qrtz_trigger_listeners]]
 
| trigger_name
 
| trigger_name
 
| trigger_name
 
| trigger_name
|- valign="top"
+
|-
 
| [[public.qrtz_trigger_listeners_(table)|public.qrtz_trigger_listeners]]
 
| [[public.qrtz_trigger_listeners_(table)|public.qrtz_trigger_listeners]]
 
| trigger_name
 
| trigger_name
 
| trigger_name
 
| trigger_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)