|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mckoi.util.ResultOutputUtil
public class ResultOutputUtil
Utilities for parsing a ResultSet and outputing it in different forms. The forms included are straight text (mono-spaced), HTML, etc.
| Constructor Summary | |
|---|---|
ResultOutputUtil()
|
|
| Method Summary | |
|---|---|
static void |
formatAsText(java.sql.ResultSet result_set,
java.io.PrintWriter out)
Formats the ResultSet as plain mono-spaced text and outputs the result to the PrintWriter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultOutputUtil()
| Method Detail |
|---|
public static void formatAsText(java.sql.ResultSet result_set,
java.io.PrintWriter out)
throws java.sql.SQLException
java.sql.SQLException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||