fc.jdbc
Class QueryUtil.ResultSetPrintDirection
java.lang.Object
fc.jdbc.QueryUtil.ResultSetPrintDirection
- Enclosing class:
- QueryUtil
public static final class QueryUtil.ResultSetPrintDirection
- extends Object
Specifies the orientation of the result set when printed (via
methods like printResultSet()).
HORIZONTAL
public static final 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.
VERTICAL
public static final QueryUtil.ResultSetPrintDirection VERTICAL
- The result set will be printed with columns going downwards
and rows going across the page.
toString
public String toString()
- Overrides:
toString in class Object