Does Smartclient offer anything like the inverse of autoDeriveSchema? That is, take a list of fields and a table name (e.g., from a .ds.xml) and attempt to create a table in the database I've defined in server.properties? I'm not sure if I would use something like this in production, but I'm interested in playing with such a feature.
e.g., in grails, I can create a DomainClass, add fields to it, even some validations, and it'll use hibernate to go off and update the DB to match it.
I couldn't find it, but thought I'd ask to be sure. Thanks!
e.g., in grails, I can create a DomainClass, add fields to it, even some validations, and it'll use hibernate to go off and update the DB to match it.
I couldn't find it, but thought I'd ask to be sure. Thanks!
Comment