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

tbrugz.sqldump.def.Executor Maven / Gradle / Ivy

There is a newer version: 0.9.17
Show newest version
package tbrugz.sqldump.def;

import java.util.Properties;

//XXX: rename? package 'tbrugz.sqldump.sqlrun.def' has class of same name
public interface Executor {
	
	public void doMain(String[] args, Properties prop) throws Exception;
	public void setFailOnError(boolean failonerror);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy