public void runSQLTemplate(String path, boolean failOnError) throws IOException, NamingException, SQLException { DB db = DBFactoryUtil.getDB(); db.runSQLTemplate(path, failOnError); }
public void runSQLTemplate(String path) throws IOException, NamingException, SQLException { DB db = DBFactoryUtil.getDB(); db.runSQLTemplate(path); }