java/sql-dk/src/info/globalcode/sql/dk/CLIParser.java
branchv_0
changeset 217 84bab99dda50
parent 209 8dfe037b3274
equal deleted inserted replaced
216:0eb9aec16bf4 217:84bab99dda50
   193 		public static final String INFO_VERSION = "--version"; // bash-completion:option // help: print version info
   193 		public static final String INFO_VERSION = "--version"; // bash-completion:option // help: print version info
   194 		public static final String INFO_LICENSE = "--license"; // bash-completion:option // help: print license
   194 		public static final String INFO_LICENSE = "--license"; // bash-completion:option // help: print license
   195 		public static final String INFO_JAVA_PROPERTIES = "--list-java-properties"; // bash-completion:option // help: list of Java system properties
   195 		public static final String INFO_JAVA_PROPERTIES = "--list-java-properties"; // bash-completion:option // help: list of Java system properties
   196 		public static final String INFO_ENVIRONMENT_VARIABLES = "--list-environment-variables"; // bash-completion:option // help: list of environment variables
   196 		public static final String INFO_ENVIRONMENT_VARIABLES = "--list-environment-variables"; // bash-completion:option // help: list of environment variables
   197 		public static final String INFO_FORMATTERS = "--list-formatters"; // bash-completion:option // help: print list of available formatters
   197 		public static final String INFO_FORMATTERS = "--list-formatters"; // bash-completion:option // help: print list of available formatters
   198 		public static final String INFO_FORMATTER_PROPERTIES = "--list-formatter-properties"; // bash-completion:option // help: print list of available formatter properties
   198 		public static final String INFO_FORMATTER_PROPERTIES = "--list-formatter-properties"; // bash-completion:option // help: print list of available properties for given formatter
   199 		public static final String INFO_TYPES = "--list-types"; // bash-completion:option // help: print list of available data types
   199 		public static final String INFO_TYPES = "--list-types"; // bash-completion:option // help: print list of available data types
   200 		public static final String INFO_JDBC_DRIVERS = "--list-jdbc-drivers"; // bash-completion:option // help: list of available JDBC drivers
   200 		public static final String INFO_JDBC_DRIVERS = "--list-jdbc-drivers"; // bash-completion:option // help: list of available JDBC drivers
   201 		public static final String INFO_JDBC_PROPERTIES = "--list-jdbc-properties"; // bash-completion:option // help: list of available JDBC properties for given database
   201 		public static final String INFO_JDBC_PROPERTIES = "--list-jdbc-properties"; // bash-completion:option // help: list of available JDBC properties for given database
   202 		public static final String INFO_DATABASES = "--list-databases"; // bash-completion:option // help: print list of configured databases
   202 		public static final String INFO_DATABASES = "--list-databases"; // bash-completion:option // help: print list of configured databases
   203 		public static final String INFO_CONNECTION = "--test-connection"; // bash-completion:option // help: test connection to particular database
   203 		public static final String INFO_CONNECTION = "--test-connection"; // bash-completion:option // help: test connection to particular database