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

quartz.QUARTZ_JOB_DETAILS.json Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
{
	"name": "QUARTZ_JOB_DETAILS",
	"type": "TABLE",
	"columns":
		[
			{
				"name":"SCHED_NAME",
				"type":"VARCHAR",
				"length":"120",
				"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":"JOB_CLASS_NAME",
				"type":"VARCHAR",
				"length":"250",
				"nullable":"false",
				"primaryKey":"false"
			},
			{
				"name":"IS_DURABLE",
				"type":"VARCHAR",
				"length":"5",
				"nullable":"false",
				"primaryKey":"false"
			},
			{
				"name":"IS_NONCONCURRENT",
				"type":"VARCHAR",
				"length":"5",
				"nullable":"false",
				"primaryKey":"false"
			},
			{
				"name":"IS_UPDATE_DATA",
				"type":"VARCHAR",
				"length":"5",
				"nullable":"false",
				"primaryKey":"false"
			},
			{
				"name":"REQUESTS_RECOVERY",
				"type":"VARCHAR",
				"length":"5",
				"nullable":"false",
				"primaryKey":"false"
			},
			{
				"name":"JOB_DATA",
				"type":"BLOB",
				"length":"0",
				"nullable":"true",
				"primaryKey":"false"
			}
		],
	"constraints": {
		"primaryKey": {
			"columns": ["SCHED_NAME","JOB_NAME","JOB_GROUP"]
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy