|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectutil.CommandLineParser
util.PropertyParser
mysql.GenericSql.Extract
public static final class GenericSql.Extract
A class to retrive calumns from a database and output it into an ascii-file for e.g. plotting.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class util.CommandLineParser |
|---|
CommandLineParser.Test |
| Field Summary | |
|---|---|
private static String |
FOOT
A footer message. |
private static Map |
MAP
Convert command-line switches to keys use of switches. |
private static String |
SWITCHES
The switches for adding properties. |
private static Map |
USE
Detailed use of switches. |
private static String |
ZERO
The switches for adding properties. |
| Constructor Summary | |
|---|---|
GenericSql.Extract()
Constructs the parser to the sensor tester. |
|
| Method Summary | |
|---|---|
static void |
main(String[] arg)
Parses the command line and prints output to standard out. |
private boolean |
process(String[] arg)
Process the switches. |
| Methods inherited from class util.PropertyParser |
|---|
parseMap, parseMap, parseProperties, parseProperties, parseProperties |
| Methods inherited from class util.CommandLineParser |
|---|
getArguments, getCommandLine, getCommands, getRegisteredSwitches, hasAnySwitch, hasSwitch, hasSwitch, haveAllSwitches, parse, printCommandLine, registerLine, registerSwitches, setCommands, staticUsage, usage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final String SWITCHES
private static final String ZERO
private static final Map USE
private static final Map MAP
private static final String FOOT
| Constructor Detail |
|---|
public GenericSql.Extract()
| Method Detail |
|---|
private boolean process(String[] arg)
throws ParseException,
SQLException,
IOException
ParseException
SQLException
IOException
public static void main(String[] arg)
throws ParseException,
SQLException,
IOException
ParseException
SQLException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||