Class QueryUtil.ResultSetPrintDirection
java.lang.Object
fc.jdbc.QueryUtil.ResultSetPrintDirection
- Enclosing class:
QueryUtil
Specifies the orientation of the result set when printed (via
methods like
).
invalid reference
printResultSet()
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QueryUtil.ResultSetPrintDirectionThe result set will be printed in the typical table format with the columns going across the page and the rows going downwards.static final QueryUtil.ResultSetPrintDirectionThe result set will be printed with columns going downwards and rows going across the page. -
Method Summary
-
Field Details
-
HORIZONTAL
The result set will be printed in the typical table format with the columns going across the page and the rows going downwards. -
VERTICAL
The result set will be printed with columns going downwards and rows going across the page.
-
-
Method Details
-
toString
-