org.exolab.castor.jdo.engine
Class SimpleQueryExecutor.SimpleQueryResults
java.lang.Object
org.exolab.castor.jdo.engine.SimpleQueryExecutor.SimpleQueryResults
- SimpleQueryExecutor
- Enumeration, QueryResults
public class SimpleQueryExecutor.SimpleQueryResults
extends java.lang.Object
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.
|
SimpleQueryResults
public SimpleQueryResults()
finalize
protected void finalize()
throws Throwable
hasMoreElements
public boolean hasMoreElements()
nextElement
public Object nextElement()
throws NoSuchElementException
size
public int size()
throws PersistenceException
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.
- size in interface QueryResults
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com