|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xigole.util.sql.outputformatter.XMLFormatter
public class XMLFormatter
This is the default XML formatter for Jisql. It outputs data in an XML format.
Constructor Summary | |
---|---|
XMLFormatter()
|
Method Summary | |
---|---|
void |
consumeOptions(joptsimple.OptionSet options)
Consumes any options that were specified on the command line. |
void |
formatData(java.io.PrintStream out,
java.sql.ResultSet resultSet,
java.sql.ResultSetMetaData metaData)
Called to output the data. |
void |
formatFooter(java.io.PrintStream out,
java.sql.ResultSetMetaData metaData)
Outputs a footer for a query. |
void |
formatHeader(java.io.PrintStream out,
java.sql.ResultSetMetaData metaData)
Outputs a header for a query. |
void |
setSupportedOptions(joptsimple.OptionParser parser)
Sets a the option list for this formatter. |
void |
usage(java.io.PrintStream out)
Called to output a usage message to the command line window. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLFormatter()
Method Detail |
---|
public void setSupportedOptions(joptsimple.OptionParser parser)
setSupportedOptions
in interface JisqlFormatter
parser
- the OptionParser to use.public void consumeOptions(joptsimple.OptionSet options) throws java.lang.Exception
consumeOptions
in interface JisqlFormatter
options
- the OptionSet that the main driver is using.
java.lang.Exception
- if there is a problem parsing the command line arguments.public void usage(java.io.PrintStream out)
usage
in interface JisqlFormatter
out
- where to put the usage message.public void formatHeader(java.io.PrintStream out, java.sql.ResultSetMetaData metaData) throws java.lang.Exception
formatHeader
in interface JisqlFormatter
out
- a PrintStream to send any output to.metaData
- the ResultSetMetaData for the output.
java.lang.Exception
public void formatData(java.io.PrintStream out, java.sql.ResultSet resultSet, java.sql.ResultSetMetaData metaData) throws java.lang.Exception
formatData
in interface JisqlFormatter
out
- the PrintStream to output data to.resultSet
- the ResultSet for the row.metaData
- the ResultSetMetaData for the row.
java.lang.Exception
public void formatFooter(java.io.PrintStream out, java.sql.ResultSetMetaData metaData) throws java.lang.Exception
formatFooter
in interface JisqlFormatter
out
- the PrintStream to output data to.metaData
- the ResultSetMetaData for the output.
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |