gu.sql2java.generator.GeneratorConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sql2java-generator Show documentation
Show all versions of sql2java-generator Show documentation
executable jar of sql2java generator
package gu.sql2java.generator;
import net.gdface.cli.CommonCliConstants;
/**
* 常量定义
* @author guyadong
*
*/
public interface GeneratorConstants extends CommonCliConstants {
public static final String PROPFILE_OPTION = "p";
public static final String PROPFILE_OPTION_LONG = "propfile";
public static final String PROPFILE_OPTION_DESC = "properties file path for configuration";
public static final String CLASSPATH_OPTION = "c";
public static final String CLASSPATH_OPTION_LONG = "classpath";
public static final String CLASSPATH_OPTION_DESC = "class path for lookup JDBC driver,split by ';' on Windows or ':' on Linux";
}