|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryUtil.ResultSetPrintDirection | |
---|---|
fc.jdbc |
Uses of QueryUtil.ResultSetPrintDirection in fc.jdbc |
---|
Fields in fc.jdbc declared as QueryUtil.ResultSetPrintDirection | |
---|---|
static QueryUtil.ResultSetPrintDirection |
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 |
QueryUtil.ResultSetPrintDirection.VERTICAL
The result set will be printed with columns going downwards and rows going across the page. |
Methods in fc.jdbc with parameters of type QueryUtil.ResultSetPrintDirection | |
---|---|
static void |
QueryUtil.printResultSetHTMLTable(java.sql.ResultSet rs,
javax.servlet.jsp.JspWriter out,
QueryUtil.ResultSetPrintDirection direction)
Prints the given ResultSet as a HTML table to the specified JspWriter. |
static void |
QueryUtil.printResultSetHTMLTable(java.sql.ResultSet rs,
java.io.PrintWriter out,
QueryUtil.ResultSetPrintDirection direction)
Prints the given ResultSet as a HTML table to the specified PrintWriter. |
static void |
QueryUtil.printResultSetTable(java.sql.ResultSet rs,
java.io.PrintStream ps,
QueryUtil.ResultSetPrintDirection direction,
TablePrinter.PrintConfig config,
boolean headers)
Prints the specified result set in a tabular format. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |