Difference between revisions of "Public.qrtz scheduler state (table)"
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 === | === Columns === | ||
Line 17: | Line 15: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
− | |- | + | |- valign="top" |
| instance_name | | instance_name | ||
| varchar(80) | | varchar(80) | ||
Line 24: | Line 22: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| last_checkin_time | | last_checkin_time | ||
| bigint | | bigint | ||
Line 30: | Line 28: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| checkin_interval | | checkin_interval | ||
| bigint | | bigint | ||
Line 36: | Line 34: | ||
| | | | ||
| | | | ||
− | |- | + | |- valign="top" |
| recoverer | | recoverer | ||
| varchar(80) | | varchar(80) | ||
Line 49: | Line 47: | ||
| '''Primary Key | | '''Primary Key | ||
| '''Columns | | '''Columns | ||
− | |- | + | |- valign="top" |
| pk_qrtz_scheduler_state | | pk_qrtz_scheduler_state | ||
| instance_name | | 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 |