Package com.mckoi.util
Class ResultOutputUtil
java.lang.Object
com.mckoi.util.ResultOutputUtil
Utilities for parsing a ResultSet and outputing it in different forms. The
forms included are straight text (mono-spaced), HTML, etc.
- Author:
- Tobias Downer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
formatAsText
(ResultSet result_set, PrintWriter out) Formats the ResultSet as plain mono-spaced text and outputs the result to the PrintWriter.
-
Constructor Details
-
ResultOutputUtil
public ResultOutputUtil()
-
-
Method Details
-
formatAsText
Formats the ResultSet as plain mono-spaced text and outputs the result to the PrintWriter.- Throws:
SQLException
-