com.smartclient.debug.public.sc.client.schema.QuartzJobGroups.ds.xml.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smartgwt Show documentation
Show all versions of smartgwt Show documentation
SmartGWT - GWT API's for SmartClient
The newest version!
isc.DataSource.create({
ID:"QuartzJobGroups",
dbName:"ANY_DATA",
serverConstructor:"com.isomorphic.scheduler.QuartzJobGroups",
fields:{
name:{
name:"name",
primaryKey:true,
type:"string"
}
}
})