public static final class QueryUtil.ResultSetPrintDirection extends java.lang.Object
printResultSet()
).Modifier and Type | Field and Description |
---|---|
static QueryUtil.ResultSetPrintDirection |
HORIZONTAL
The result set will be printed in the typical table format
with the columns going across the page and the rows going
downwards.
|
static QueryUtil.ResultSetPrintDirection |
VERTICAL
The result set will be printed with columns going downwards
and rows going across the page.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final QueryUtil.ResultSetPrintDirection HORIZONTAL
public static final QueryUtil.ResultSetPrintDirection VERTICAL
public java.lang.String toString()
toString
in class java.lang.Object