|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfc.jdbc.QueryUtil.ResultSetPrintDirection
public static final class QueryUtil.ResultSetPrintDirection
Specifies the orientation of the result set when printed (via
methods like printResultSet()).
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final QueryUtil.ResultSetPrintDirection HORIZONTAL
public static final QueryUtil.ResultSetPrintDirection VERTICAL
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||