Difference between revisions of "Public.qrtz simple triggers (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | public.qrtz_simple_triggers |- |} {| border="1" cellpadding="5" cellspacing=...) |
|||
(2 intermediate revisions 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_simple_triggers | | public.qrtz_simple_triggers | ||
− | |||
|} | |} | ||
− | + | === 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" | |
− | |- | ||
| trigger_name | | trigger_name | ||
− | | | + | | varchar(80) |
| not null | | not null | ||
| | | | ||
− | |||
| | | | ||
− | |- | + | |- valign="top" |
| trigger_group | | trigger_group | ||
− | | | + | | varchar(80) |
| not null | | not null | ||
| | | | ||
− | |||
| | | | ||
− | |- | + | |- valign="top" |
| repeat_count | | repeat_count | ||
− | | | + | | bigint |
| not null | | not null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| repeat_interval | | repeat_interval | ||
− | | | + | | bigint |
| not null | | not null | ||
| | | | ||
| | | | ||
− | + | |- valign="top" | |
− | |- | ||
| times_triggered | | times_triggered | ||
− | | | + | | bigint |
| not null | | not null | ||
− | |||
| | | | ||
| | | | ||
|} | |} | ||
+ | === Primary Key === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Primary Key | ||
+ | | '''Columns | ||
+ | |- valign="top" | ||
+ | | pk_qrtz_simple_triggers | ||
+ | | trigger_name, trigger_group | ||
+ | |} | ||
− | + | === Foreign Keys === | |
{| 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 62: | Line 64: | ||
| '''Column | | '''Column | ||
| '''Referenced Column | | '''Referenced Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[public.qrtz_triggers_(table)|public.qrtz_triggers]] | | [[public.qrtz_triggers_(table)|public.qrtz_triggers]] | ||
| trigger_name | | trigger_name | ||
| trigger_name | | trigger_name | ||
|} | |} |
Latest revision as of 23:39, 24 June 2010
wikibot[edit]
Table | public.qrtz_simple_triggers |
Columns[edit]
Column | Data Type | Nullable | Default | Description |
trigger_name | varchar(80) | not null | ||
trigger_group | varchar(80) | not null | ||
repeat_count | bigint | not null | ||
repeat_interval | bigint | not null | ||
times_triggered | bigint | not null |
Primary Key[edit]
Primary Key | Columns |
pk_qrtz_simple_triggers | trigger_name, trigger_group |
Foreign Keys[edit]
Relation | Column | Referenced Column |
public.qrtz_triggers | trigger_name | trigger_name |