Difference between revisions of "Public.qrtz scheduler state (table)"
(One intermediate revision 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_scheduler_state | | public.qrtz_scheduler_state | ||
− | |||
|} | |} | ||
− | + | === 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 | ||
− | | ''' | + | | '''Description |
− | + | ||
− | + | |- valign="top" | |
− | |- | ||
| instance_name | | instance_name | ||
| varchar(80) | | varchar(80) | ||
| not null | | not null | ||
| | | | ||
− | |||
| | | | ||
− | |- | + | |- valign="top" |
| last_checkin_time | | last_checkin_time | ||
| bigint | | bigint | ||
Line 31: | Line 28: | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| checkin_interval | | checkin_interval | ||
| bigint | | bigint | ||
Line 38: | Line 34: | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| recoverer | | recoverer | ||
| varchar(80) | | varchar(80) | ||
Line 45: | Line 40: | ||
| | | | ||
| | | | ||
− | | | + | |} |
+ | |||
+ | === Primary Key === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Primary Key | ||
+ | | '''Columns | ||
+ | |- valign="top" | ||
+ | | pk_qrtz_scheduler_state | ||
+ | | instance_name | ||
|} | |} |
Latest revision as of 23:39, 24 June 2010
wikibot[edit]
Table | public.qrtz_scheduler_state |
Columns[edit]
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[edit]
Primary Key | Columns |
pk_qrtz_scheduler_state | instance_name |