All Downloads are FREE. Search and download functionalities are using the official Maven repository.

quartz.QUARTZ_SCHEDULER_STATE.json Maven / Gradle / Ivy

{
	"name": "QUARTZ_SCHEDULER_STATE",
	"type": "TABLE",
	"columns":
		[
			{
				"name":"SCHED_NAME",
				"type":"VARCHAR",
				"length":"120",
				"nullable":"false",
				"primaryKey":"false"
			},
			{
				"name":"INSTANCE_NAME",
				"type":"VARCHAR",
				"length":"200",
				"nullable":"false",
				"primaryKey":"false"
			},
			{
				"name":"LAST_CHECKIN_TIME",
				"type":"BIGINT",
				"length":"0",
				"nullable":"false",
				"primaryKey":"false"
			},
			{
				"name":"CHECKIN_INTERVAL",
				"type":"BIGINT",
				"length":"0",
				"nullable":"false",
				"primaryKey":"false"
			}
		],
	"constraints": {
		"primaryKey": {
			"columns": ["SCHED_NAME","INSTANCE_NAME"]
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy