public class C4QueryEnumerator extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
free() |
FLArrayIterator |
getColumns() |
long |
getFullTextMatchCount() |
C4FullTextMatch |
getFullTextMatchs(int idx) |
long |
getMissingColumns() |
long |
getRowCount() |
boolean |
next() |
C4QueryEnumerator |
refresh() |
boolean |
seek(long rowIndex) |
public boolean next()
throws LiteCoreException
LiteCoreExceptionpublic long getRowCount()
throws LiteCoreException
LiteCoreExceptionpublic boolean seek(long rowIndex)
throws LiteCoreException
LiteCoreExceptionpublic C4QueryEnumerator refresh() throws LiteCoreException
LiteCoreExceptionpublic void close()
public void free()
public FLArrayIterator getColumns()
public long getMissingColumns()
public long getFullTextMatchCount()
public C4FullTextMatch getFullTextMatchs(int idx)