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

org.dbtools.gen.DBToolsInit Maven / Gradle / Ivy

There is a newer version: 11.0.0
Show newest version
package org.dbtools.gen;

public class DBToolsInit {
    public void initDBTools(String schemaDir) {
        DBToolsFiles.copyXsdFileToSchemaDir(schemaDir);
        DBToolsFiles.copySampleSchemaFileToSchemaDir(schemaDir);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy