public interface Cursor
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
byte[] |
getBlob(int columnIndex) |
int |
getInt(int columnIndex) |
long |
getLong(int columnIndex) |
java.lang.String |
getString(int columnIndex) |
boolean |
isAfterLast() |
boolean |
isNull(int columnIndex) |
boolean |
moveToNext() |
boolean moveToNext()
boolean isAfterLast()
java.lang.String getString(int columnIndex)
int getInt(int columnIndex)
long getLong(int columnIndex)
byte[] getBlob(int columnIndex)
void close()
boolean isNull(int columnIndex)