dg.redg-extractor.1.0.18.source-code.templates.stg Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of redg-extractor Show documentation
Show all versions of redg-extractor Show documentation
Extract data from an existing database and convert it into RedG code.
codeClass(package, className, redGClass, entities) ::= <<
import .*;
import com.btc.redg.runtime.AbstractRedG;
public class {
public AbstractRedG createDataSet() {
redG = new ();
return redG;
}
}
>>
entityCreator(entity) ::= <<
= redG.add(};separator=", ">)
()};separator="\n">;
()};separator="\n">;
>>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy