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, weakCompareAndSet
byteValue, shortValue
public boolean next() throws LiteCoreException
LiteCoreException
public long getRowCount() throws LiteCoreException
LiteCoreException
public C4QueryEnumerator refresh() throws LiteCoreException
LiteCoreException
public FLArrayIterator getColumns()
public long getMissingColumns()
public void free()
public boolean seek(long rowIndex) throws LiteCoreException
LiteCoreException