Added in Version 8.0
The QRTZ_SCHEDULER_STATE table contains information used by the Job Service.
|
If an index entry appears in multiple table columns, then it is a composite index. A composite index requires multiple columns in order to create a unique index. |
Field | Datatype (Length) | Allow Nulls | Indexes | Relationship | Related Table and Field |
---|---|---|---|---|---|
SCHED_NAME (PK) |
varchar(100) |
NOT NULL |
PK_QRTZ_SCHEDULER_STATE (AK) |
|
Per PZ: not going to guess what might be related or FK for quartz |
|
|||||
|
|||||
|
|||||
|
|||||
|
|||||
|
|||||
|
|||||
|
|||||
|
|||||
INSTANCE_NAME (PK) |
varchar(200) |
NOT NULL |
PK_QRTZ_SCHEDULER_STATE (AK) |
|
|
LAST_CHECKIN_TIME |
datetime(8) |
NOT NULL |
|
|
|
CHECKIN_INTERVAL |
int(4) |
NOT NULL |
|
|
|