org.exolab.castor.jdo.engine
class OQLQueryImpl.OQLEnumeration extends Object implements QueryResults, Enumeration
| Constructor Summary | |
|---|---|
| OQLEnumeration(QueryResults results, Vector pathInfo, JDOClassDescriptor clsDesc) | |
| OQLEnumeration(QueryResults results) | |
| Method Summary | |
|---|---|
| boolean | absolute(int row) |
| void | close() |
| boolean | hasMore() |
| boolean | hasMore(boolean skipError) |
| boolean | hasMoreElements() |
| Object | next() |
| Object | nextElement() |
| int | size() |