Difference between revisions of "Public.qrtz simple 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_simple_triggers |- |} {| border="1" cellpadding="5" cellspacing=...)
 
Line 20: Line 20:
 
|-
 
|-
 
| trigger_name
 
| trigger_name
|  
+
| varchar(80)
 
| not null
 
| not null
 
|  
 
|  
Line 27: Line 27:
 
|-
 
|-
 
| trigger_group
 
| trigger_group
|  
+
| varchar(80)
 
| not null
 
| not null
 
|  
 
|  
Line 34: Line 34:
 
|-
 
|-
 
| repeat_count
 
| repeat_count
|  
+
| bigint
 
| not null
 
| not null
 
|  
 
|  
Line 41: Line 41:
 
|-
 
|-
 
| repeat_interval
 
| repeat_interval
|  
+
| bigint
 
| not null
 
| not null
 
|  
 
|  
Line 48: Line 48:
 
|-
 
|-
 
| times_triggered
 
| times_triggered
|  
+
| bigint
 
| not null
 
| not null
 
|  
 
|  

Revision as of 15:43, 7 August 2009

wikibot

Table public.qrtz_simple_triggers


Column Data Type Nullable Default PK Index
trigger_name varchar(80) not null pk_qrtz_simple_triggers
trigger_group varchar(80) not null pk_qrtz_simple_triggers
repeat_count bigint not null
repeat_interval bigint not null
times_triggered bigint not null


Relation Column Referenced Column
public.qrtz_triggers trigger_name trigger_name