public class ResultOutputUtil extends Object
| Constructor and Description |
|---|
ResultOutputUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
formatAsText(ResultSet result_set,
PrintWriter out)
Formats the ResultSet as plain mono-spaced text and outputs the result to
the PrintWriter.
|
public static void formatAsText(ResultSet result_set, PrintWriter out) throws SQLException
SQLExceptionCopyright © 2019. All rights reserved.