Difference between revisions of "Public.qrtz scheduler state (table)"

From dbscript Online Help
Jump to: navigation, search
Line 9: Line 9:
  
  
 +
=== 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 16:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description
| '''Index
 
 
 
 
|-
 
|-
Line 23: Line 23:
 
| not null
 
| not null
 
|  
 
|  
| pk_qrtz_scheduler_state
 
 
|  
 
|  
 
|-
 
|-
Line 29: Line 28:
 
| bigint
 
| bigint
 
| not null
 
| not null
|
 
 
|  
 
|  
 
|  
 
|  
Line 36: Line 34:
 
| bigint
 
| bigint
 
| not null
 
| not null
|
 
 
|  
 
|  
 
|  
 
|  
Line 45: Line 42:
 
|  
 
|  
 
|  
 
|  
|  
+
|}
 +
 
 +
=== Primary Key ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Primary Key
 +
| '''Columns
 +
|-
 +
| pk_qrtz_scheduler_state
 +
| instance_name
 
|}
 
|}

Revision as of 09:32, 11 February 2010

wikibot

Table public.qrtz_scheduler_state


Columns

Column Data Type Nullable Default Description
instance_name varchar(80) not null
last_checkin_time bigint not null
checkin_interval bigint not null
recoverer varchar(80) null

Primary Key

Primary Key Columns
pk_qrtz_scheduler_state instance_name