org.teamapps.pojo.template.SchemaInterface.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of universal-db Show documentation
Show all versions of universal-db Show documentation
Ultra fast TeamApps database
package {package};
import org.teamapps.universaldb.schema.SchemaInfoProvider;
public class SchemaInfo implements SchemaInfoProvider {
public static SchemaInfo create() {
return new SchemaInfo();
}
public String getSchema() {
return {schema}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy