Difference between revisions of "Public.qrtz triggers (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_triggers |- |} {| border="1" cellpadding="5" cellspacing="0" sty...)
 
 
(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_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 15: Line 14:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description
| '''Index
+
 
+
|- valign="top"
|-
 
 
| trigger_name
 
| trigger_name
|  
+
| varchar(80)
 
| not null
 
| not null
 
|  
 
|  
| pk_qrtz_triggers
 
 
|  
 
|  
|-
+
|- valign="top"
 
| trigger_group
 
| trigger_group
|  
+
| varchar(80)
 
| not null
 
| not null
 
|  
 
|  
| pk_qrtz_triggers
 
 
|  
 
|  
|-
+
|- valign="top"
 
| job_name
 
| job_name
|  
+
| varchar(80)
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| job_group
 
| job_group
|  
+
| varchar(80)
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| is_volatile
 
| is_volatile
|  
+
| boolean
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| description
 
| description
|  
+
| varchar(120)
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| next_fire_time
 
| next_fire_time
|  
+
| bigint
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| prev_fire_time
 
| prev_fire_time
|  
+
| bigint
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| trigger_state
 
| trigger_state
|  
+
| varchar(16)
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| trigger_type
 
| trigger_type
|  
+
| varchar(8)
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| start_time
 
| start_time
|  
+
| bigint
 
| not null
 
| not null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| end_time
 
| end_time
|  
+
| bigint
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| calendar_name
 
| calendar_name
|  
+
| varchar(80)
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| misfire_instr
 
| misfire_instr
|  
+
| smallint
 
| null
 
| null
 
|  
 
|  
 
|  
 
|  
|
+
|- valign="top"
|-
 
 
| job_data
 
| job_data
|  
+
| 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 132: Line 124:
 
| '''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 139: Line 131:
 
|}
 
|}
  
 
+
=== 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 145: Line 137:
 
| '''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
 
|}
 
|}

Latest revision as of 11:25, 27 August 2011

wikibot[edit]

Table public.qrtz_triggers

Columns[edit]

Column Data Type Nullable Default Description
trigger_name varchar(80) not null
trigger_group varchar(80) not null
job_name varchar(80) not null
job_group varchar(80) not null
is_volatile boolean not null
description varchar(120) null
next_fire_time bigint null
prev_fire_time bigint null
trigger_state varchar(16) not null
trigger_type varchar(8) not null
start_time bigint not null
end_time bigint null
calendar_name varchar(80) null
misfire_instr smallint null
job_data bytea null

Primary Key[edit]

Primary Key Columns
pk_qrtz_triggers trigger_name, trigger_group

Foreign Keys[edit]

Relation Column Referenced Column
public.qrtz_job_details job_name job_name

Detail Tables[edit]

Detail Table Column Referencing Column
public.qrtz_blob_triggers trigger_name trigger_name
public.qrtz_blob_triggers trigger_name trigger_name
public.qrtz_cron_triggers trigger_name trigger_name
public.qrtz_cron_triggers trigger_name trigger_name
public.qrtz_simple_triggers trigger_name trigger_name
public.qrtz_simple_triggers trigger_name trigger_name
public.qrtz_trigger_listeners trigger_name trigger_name
public.qrtz_trigger_listeners trigger_name trigger_name