T
- the type of result returned by the querypublic interface QueryResultIterator<T>
extends java.util.Iterator<T>
Query
Modifier and Type | Method and Description |
---|---|
Cursor |
getCursor()
|
java.util.List<Index> |
getIndexList()
Get the indexes used to perform the query.
|
java.util.List<Index> getIndexList()
null
if
the indexes are not known.