Public.qrtz fired triggers (table)

From dbscript Online Help
Revision as of 00:39, 25 June 2010 by Bot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

wikibot[edit]

Table public.qrtz_fired_triggers

Columns[edit]

Column Data Type Nullable Default Description
entry_id varchar(95) not null
trigger_name varchar(80) not null
trigger_group varchar(80) not null
is_volatile boolean not null
instance_name varchar(80) not null
fired_time bigint not null
state varchar(16) not null
job_name varchar(80) null
job_group varchar(80) null
is_stateful boolean null
requests_recovery boolean null

Primary Key[edit]

Primary Key Columns
pk_qrtz_fired_triggers entry_id