quartz.QUARTZ_TRIGGERS.json Maven / Gradle / Ivy
{
"name": "QUARTZ_TRIGGERS",
"type": "TABLE",
"columns":
[
{
"name":"SCHED_NAME",
"type":"VARCHAR",
"length":"120",
"nullable":"false",
"primaryKey":"false"
},
{
"name":"TRIGGER_NAME",
"type":"VARCHAR",
"length":"200",
"nullable":"false",
"primaryKey":"false"
},
{
"name":"TRIGGER_GROUP",
"type":"VARCHAR",
"length":"200",
"nullable":"false",
"primaryKey":"false"
},
{
"name":"JOB_NAME",
"type":"VARCHAR",
"length":"200",
"nullable":"false",
"primaryKey":"false"
},
{
"name":"JOB_GROUP",
"type":"VARCHAR",
"length":"200",
"nullable":"false",
"primaryKey":"false"
},
{
"name":"DESCRIPTION",
"type":"VARCHAR",
"length":"250",
"nullable":"true",
"primaryKey":"false"
},
{
"name":"NEXT_FIRE_TIME",
"type":"BIGINT",
"length":"0",
"nullable":"true",
"primaryKey":"false"
},
{
"name":"PREV_FIRE_TIME",
"type":"BIGINT",
"length":"0",
"nullable":"true",
"primaryKey":"false"
},
{
"name":"PRIORITY",
"type":"INTEGER",
"length":"0",
"nullable":"true",
"primaryKey":"false"
},
{
"name":"TRIGGER_STATE",
"type":"VARCHAR",
"length":"16",
"nullable":"false",
"primaryKey":"false"
},
{
"name":"TRIGGER_TYPE",
"type":"VARCHAR",
"length":"8",
"nullable":"false",
"primaryKey":"false"
},
{
"name":"START_TIME",
"type":"BIGINT",
"length":"0",
"nullable":"false",
"primaryKey":"false"
},
{
"name":"END_TIME",
"type":"BIGINT",
"length":"0",
"nullable":"true",
"primaryKey":"false"
},
{
"name":"CALENDAR_NAME",
"type":"VARCHAR",
"length":"200",
"nullable":"true",
"primaryKey":"false"
},
{
"name":"MISFIRE_INSTR",
"type":"SMALLINT",
"length":"0",
"nullable":"true",
"primaryKey":"false"
},
{
"name":"JOB_DATA",
"type":"BLOB",
"length":"0",
"nullable":"true",
"primaryKey":"false"
}
],
"constraints": {
"primaryKey": {
"name": "QUARTZ_TRIGGERS_PK",
"columns": ["SCHED_NAME","TRIGGER_NAME","TRIGGER_GROUP"]
},
"foreignKeys":[{
"name": "QUARTZ_TRIGGERS_FK",
"columns": ["SCHED_NAME","JOB_NAME","JOB_GROUP"],
"referencedTable": "QUARTZ_JOB_DETAILS",
"referencedColumns": ["SCHED_NAME","JOB_NAME","JOB_GROUP"]
}
]
},
"dependencies": [{
"name":"QUARTZ_JOB_DETAILS",
"type":"TABLE"
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy