Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.exolab.castor.jdo.engine.OQLQueryImpl.OQLEnumeration
(package private) class OQLQueryImpl.OQLEnumeration
extends java.lang.Object
implements QueryResults, Enumeration
Constructor Summary | |
| |
|
Method Summary | |
boolean |
|
void |
|
boolean |
|
boolean |
|
boolean | |
Object |
|
Object | |
int |
|
(package private) OQLEnumeration(QueryResults results, Vector pathInfo, JDOClassDescriptor clsDesc)
public boolean absolute(int row) throws PersistenceException
- Specified by:
- absolute in interface QueryResults
public boolean hasMore() throws PersistenceException
- Specified by:
- hasMore in interface QueryResults
public boolean hasMoreElements()
public Object next() throws PersistenceException, NoSuchElementException
- Specified by:
- next in interface QueryResults
public Object nextElement() throws NoSuchElementException