public interface Cursor
| Modifier and Type | Method and Description |
|---|---|
Row |
get() |
int |
getCount() |
int |
getPosition() |
boolean |
moveToPosition(int pos) |
boolean |
next() |
boolean |
prev() |
void |
seekToBegining() |
void |
seekToEnd() |
void seekToBegining()
void seekToEnd()
int getPosition()
boolean moveToPosition(int pos)
boolean next()
boolean prev()
Row get()
int getCount()