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

quartz.QUARTZ_CRON_TRIGGERS.json Maven / Gradle / Ivy

{
	"name": "QUARTZ_CRON_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":"CRON_EXPRESSION",
				"type":"VARCHAR",
				"length":"200",
				"nullable":"false",
				"primaryKey":"false"
			},
			{
				"name":"TIME_ZONE_ID",
				"type":"VARCHAR",
				"length":"80",
				"nullable":"true",
				"primaryKey":"false"
			}
		],
	"constraints": {
		"primaryKey": {
			"columns": ["SCHED_NAME","TRIGGER_NAME","TRIGGER_GROUP"]
		},
		"foreignKeys":[{
				"columns": ["SCHED_NAME","TRIGGER_NAME","TRIGGER_GROUP"],
				"referencedTable": "QUARTZ_TRIGGERS",
				"referencedColumns": ["SCHED_NAME","TRIGGER_NAME","TRIGGER_GROUP"]
			}
		]
	},
	"dependencies": [{
				"name":"QUARTZ_TRIGGERS",
				"type":"TABLE"
			}
		]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy