org.exolab.castor.jdo.engine
public class SimpleQueryExecutor.SimpleQueryResults extends Object implements QueryResults
Constructor Summary | |
---|---|
SimpleQueryResults() |
Method Summary | |
---|---|
boolean | absolute(int row)
use the jdbc 2.0 method to move to an absolute position in the
resultset. |
void | close() |
protected void | finalize() |
boolean | hasMore() |
boolean | hasMoreElements() |
Object | next() |
Object | nextElement() |
int | size()
Uses the underlying db's cursors to most to the last row in the
result set, get the row number via getRow(), then move back to
where ever the user was positioned in the resultset. |