
public class OQueryCursor extends Object implements Iterator<OIdentifiable>
| Constructor and Description |
|---|
OQueryCursor() |
OQueryCursor(Iterator<OIdentifiable> oIdentifiableIterator,
OWhereClause filter,
OOrderBy orderBy,
int skip,
int limit,
OCommandContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
OIdentifiable |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic OQueryCursor()
public OQueryCursor(Iterator<OIdentifiable> oIdentifiableIterator, OWhereClause filter, OOrderBy orderBy, int skip, int limit, OCommandContext ctx)
public boolean hasNext()
hasNext in interface Iterator<OIdentifiable>public void remove()
remove in interface Iterator<OIdentifiable>public OIdentifiable next()
next in interface Iterator<OIdentifiable>Copyright © 2009–2025 OrientDB. All rights reserved.