|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.sqoop.util.ResultSetPrinter
public class ResultSetPrinter
Utility methods to format and print ResultSet objects.
Field Summary | |
---|---|
static org.apache.commons.logging.Log |
LOG
|
Constructor Summary | |
---|---|
ResultSetPrinter()
|
Method Summary | |
---|---|
void |
printResultSet(java.io.PrintWriter pw,
java.sql.ResultSet results)
Format the contents of the ResultSet into something that could be printed neatly; the results are appended to the supplied StringBuilder. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final org.apache.commons.logging.Log LOG
Constructor Detail |
---|
public ResultSetPrinter()
Method Detail |
---|
public final void printResultSet(java.io.PrintWriter pw, java.sql.ResultSet results) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |