public class C4QueryEnumerator extends C4NativePeer
| Modifier and Type | Method and Description |
|---|---|
void |
free() |
FLArrayIterator |
getColumns()
FLArrayIterator columns
The columns of this result, in the same order as in the query's `WHAT` clause.
|
long |
getMissingColumns()
Returns a bitmap in which a 1 bit represents a column whose value is MISSING.
|
long |
getRowCount() |
boolean |
next() |
C4QueryEnumerator |
refresh() |
boolean |
seek(long rowIndex) |
accumulateAndGet, addAndGet, compareAndSet, decrementAndGet, doubleValue, floatValue, get, getAndAccumulate, getAndAdd, getAndDecrement, getAndIncrement, getAndSet, getAndUpdate, incrementAndGet, intValue, lazySet, longValue, set, toString, updateAndGet, weakCompareAndSetbyteValue, shortValuepublic boolean next()
throws LiteCoreException
LiteCoreExceptionpublic long getRowCount()
throws LiteCoreException
LiteCoreExceptionpublic C4QueryEnumerator refresh() throws LiteCoreException
LiteCoreExceptionpublic FLArrayIterator getColumns()
public long getMissingColumns()
public void free()
public boolean seek(long rowIndex)
throws LiteCoreException
LiteCoreException