Constructor and Description |
---|
CursorMapper() |
Modifier and Type | Method and Description |
---|---|
protected abstract Object |
bind(Cursor cursor)
A subclass should implement this method to create a single object using
binding information.
|
protected abstract void |
bindColumns(Cursor cursor)
Called once when the associated
Cursor is changed. |
Object |
convert(Cursor cursor)
Convert a
Cursor at its current position to an Object. |
protected abstract void bindColumns(Cursor cursor)
Cursor
is changed. A subclass
should bind column indexes to column names in this method. This method is
not intended to be called outside of CursorMapper.protected abstract Object bind(Cursor cursor)