Difference between revisions of "Public.qrtz scheduler state (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.qrtz_scheduler_state |- |} {| border="1" cellpadding="5" cellspacing=...) |
|||
Line 20: | Line 20: | ||
|- | |- | ||
| instance_name | | instance_name | ||
− | | | + | | varchar(80) |
| not null | | not null | ||
| | | | ||
Line 27: | Line 27: | ||
|- | |- | ||
| last_checkin_time | | last_checkin_time | ||
− | | | + | | bigint |
| not null | | not null | ||
| | | | ||
Line 34: | Line 34: | ||
|- | |- | ||
| checkin_interval | | checkin_interval | ||
− | | | + | | bigint |
| not null | | not null | ||
| | | | ||
Line 41: | Line 41: | ||
|- | |- | ||
| recoverer | | recoverer | ||
− | | | + | | varchar(80) |
| null | | null | ||
| | | |
Revision as of 14:43, 7 August 2009
wikibot
Table | public.qrtz_scheduler_state |
Column | Data Type | Nullable | Default | PK | Index |
instance_name | varchar(80) | not null | pk_qrtz_scheduler_state | ||
last_checkin_time | bigint | not null | |||
checkin_interval | bigint | not null | |||
recoverer | varchar(80) | null |