Class SimpleQueryExecutor.SimpleQueryResults

java.lang.Object
org.exolab.castor.jdo.engine.SimpleQueryExecutor.SimpleQueryResults
All Implemented Interfaces:
Enumeration<Object>, QueryResults
Enclosing class:
SimpleQueryExecutor

public class SimpleQueryExecutor.SimpleQueryResults extends Object implements QueryResults
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    absolute(int row)
    use the jdbc 2.0 method to move to an absolute position in the resultset.
    void
    Closes the result set and releases all resources held by it.
    protected void
     
    boolean
    Returns true if there are any more results in the result set.
    boolean
     
    Returns the next result in the result set.
     
    int
    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.

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.Enumeration

    asIterator