public static class AbstractSql.Columns extends PropertyParser
CommandLineParser.Template, CommandLineParser.Test| Modifier and Type | Field and Description |
|---|---|
protected static String |
FOOT
A footer message.
|
protected static Map<String,String> |
MAP
Convert command-line switches to keys use of switches.
|
private static String |
SWITCHES
The switches for adding properties.
|
protected static Map<String,String> |
USE
Detailed use of switches.
|
private static String |
ZERO
The switches for adding properties.
|
HELPSWITCHES| Constructor and Description |
|---|
Columns()
Constructs the parser to the sensor tester.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getFields() |
Map<String,String> |
getProperties() |
String |
getSelect() |
static void |
main(String[] arg)
Parses the command line and prints output to standard out.
|
private boolean |
process(String[] arg)
Process the switches.
|
parseMap, parseMap, parseProperties, parseProperties, parseProperties, parsePropertiesaddHelpSwitches, getArguments, getCallerName, getCommandLine, getCommands, getRegisteredSwitches, hasAnySwitch, hasHelpSwitch, hasSwitch, hasSwitch, haveAllSwitches, parse, printCommandLine, printCommandLine, registerLine, registerSwitches, setCommands, staticUsage, usageprotected static final Map<String,String> MAP
protected static final String FOOT
private static final String SWITCHES
private static final String ZERO
public Columns()
public String getSelect()
public Collection<String> getFields()
private boolean process(String[] arg) throws ParseException, SQLException, IOException, InitException
InitExceptionParseExceptionSQLExceptionIOExceptionpublic static void main(String[] arg) throws ParseException, SQLException, IOException, InitException