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

quartz.QUARTZ_SIMPLE_TRIGGERS.json Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
{
	"name": "QUARTZ_SIMPLE_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":"REPEAT_COUNT",
				"type":"BIGINT",
				"length":"0",
				"nullable":"false",
				"primaryKey":"false"
			},
			{
				"name":"REPEAT_INTERVAL",
				"type":"BIGINT",
				"length":"0",
				"nullable":"false",
				"primaryKey":"false"
			},
			{
				"name":"TIMES_TRIGGERED",
				"type":"BIGINT",
				"length":"0",
				"nullable":"false",
				"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