public class C4QueryEnumerator extends C4NativePeer
Modifier and Type | Method and Description |
---|---|
void |
close() |
C4QueryEnumerator |
copy()
Returns a new Java instance referring to the same underlying C object.
|
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) |
toString
public boolean next() throws LiteCoreException
LiteCoreException
public long getRowCount() throws LiteCoreException
LiteCoreException
@Nullable public C4QueryEnumerator refresh() throws LiteCoreException
LiteCoreException
@NonNull public FLArrayIterator getColumns()
public long getMissingColumns()
@NonNull public C4QueryEnumerator copy()
@CallSuper public void close()
public boolean seek(long rowIndex) throws LiteCoreException
LiteCoreException