org.exolab.castor.jdo.engine

Class OQLQueryImpl.OQLEnumeration

class OQLQueryImpl.OQLEnumeration extends Object implements QueryResults, Enumeration

java.util.Enumeration implementation to traverse the result as returned by the execution of the OQL query.
Constructor Summary
OQLEnumeration(QueryResults results, Vector pathInfo, JDOClassDescriptor clsDesc)
Creates an instance of this class.
OQLEnumeration(QueryResults results)
Method Summary
booleanabsolute(int row)
voidclose()
booleanhasMore()
booleanhasMore(boolean skipError)
booleanhasMoreElements()
Objectnext()
ObjectnextElement()
intsize()

Constructor Detail

OQLEnumeration

OQLEnumeration(QueryResults results, Vector pathInfo, JDOClassDescriptor clsDesc)
Creates an instance of this class.

Parameters: results pathInfo clsDesc

OQLEnumeration

OQLEnumeration(QueryResults results)

Method Detail

absolute

public boolean absolute(int row)

See Also: QueryResults

UNKNOWN:

close

public void close()

See Also: close

UNKNOWN:

hasMore

public boolean hasMore()

See Also: hasMore

UNKNOWN:

hasMore

public boolean hasMore(boolean skipError)

hasMoreElements

public boolean hasMoreElements()

See Also: java.util.Enumeration#hasMoreElements()

UNKNOWN:

next

public Object next()

See Also: next

UNKNOWN:

nextElement

public Object nextElement()

See Also: java.util.Enumeration#nextElement()

UNKNOWN:

size

public int size()

See Also: size

UNKNOWN:

Intalio Inc. (C) 1999-2006. All rights reserved http://www.intalio.com