|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.ac.starlink.ttools.ProcessingMode | +--uk.ac.starlink.ttools.JdbcMode
Mode for writing a table as a new table in a JDBC-connected database.
Constructor Summary | |
JdbcMode()
|
Method Summary | |
String |
getModeUsage()
Returns a list of additional flags which can be used when this mode is operational (as processed by setArgs). |
String |
getName()
Returns the name of this mode. |
void |
process(StarTable table)
Perform disposal of the table. |
boolean |
setArgs(List argList)
Consume a list of arguments. |
Methods inherited from class uk.ac.starlink.ttools.ProcessingMode |
getOutputStream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JdbcMode()
Method Detail |
public String getName()
ProcessingMode
getName
in class ProcessingMode
public boolean setArgs(List argList)
ProcessingMode
setArgs
in class ProcessingMode
argList
- an array of strings obtained from the command line
public String getModeUsage()
ProcessingMode
getModeUsage
in class ProcessingMode
public void process(StarTable table) throws IOException
ProcessingMode
process
in class ProcessingMode
table
- input table to do something with
IOException
|
Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |