public static final class QueryUtil.ResultSetPrintDirection extends 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.
|
public static final QueryUtil.ResultSetPrintDirection HORIZONTAL
public static final QueryUtil.ResultSetPrintDirection VERTICAL