henplus.commands
Class ResultSetRenderer
java.lang.Object
henplus.commands.ResultSetRenderer
- All Implemented Interfaces:
- Interruptable
public class ResultSetRenderer
- extends Object
- implements Interruptable
document me.
Constructor Summary |
ResultSetRenderer(ResultSet rset,
String columnDelimiter,
boolean enableHeader,
boolean enableFooter,
int limit,
OutputDevice out)
|
ResultSetRenderer(ResultSet rset,
String columnDelimiter,
boolean enableHeader,
boolean enableFooter,
int limit,
OutputDevice out,
int[] show)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultSetRenderer
public ResultSetRenderer(ResultSet rset,
String columnDelimiter,
boolean enableHeader,
boolean enableFooter,
int limit,
OutputDevice out,
int[] show)
throws SQLException
- Throws:
SQLException
ResultSetRenderer
public ResultSetRenderer(ResultSet rset,
String columnDelimiter,
boolean enableHeader,
boolean enableFooter,
int limit,
OutputDevice out)
throws SQLException
- Throws:
SQLException
interrupt
public void interrupt()
- Specified by:
interrupt
in interface Interruptable
getDisplayMetaData
public ColumnMetaData[] getDisplayMetaData()
execute
public int execute()
throws SQLException
- Throws:
SQLException
limitReached
public boolean limitReached()
getFirstRowTime
public long getFirstRowTime()
? 1997..2006 Henner Zeller