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

com.smartclient.debug.public.sc.client.schema.QuartzJobDataMap.ds.xml.js Maven / Gradle / Ivy

The newest version!
isc.DataSource.create({
    ID:"QuartzJobDataMap",
    dbName:"ANY_DATA",
    serverConstructor:"com.isomorphic.scheduler.QuartzJobDataMap",
    fields:{
        group:{
            name:"group",
            primaryKey:true,
            required:true,
            type:"string"
        },
        name:{
            name:"name",
            primaryKey:true,
            required:true,
            type:"string"
        },
        key:{
            name:"key",
            required:true,
            type:"string"
        },
        value:{
            name:"value",
            required:true,
            type:"string"
        }
    }
})




© 2015 - 2024 Weber Informatics LLC | Privacy Policy