Removed interface android.database.Cursor
.
Added interface android.database.CrossProcessCursor
.
Removed Methods
|
void abortUpdates()
|
|
boolean commitUpdates()
|
|
boolean commitUpdates(Map<Long, Map<String, Object>>)
|
|
int count()
|
|
boolean deleteRow()
|
|
boolean first()
|
|
boolean hasUpdates()
|
Returns true if there are pending updates that have not yet been committed. |
boolean last()
|
|
boolean moveTo(int )
|
|
boolean next()
|
|
int position()
|
|
boolean prev()
|
|
boolean supportsUpdates()
|
|
boolean update(int, Object)
|
|
boolean updateDouble(int, double)
|
|
boolean updateFloat(int, float)
|
|
boolean updateInt(int, int)
|
|
boolean updateLong(int, long)
|
|
boolean updateShort(int, short)
|
|
boolean updateString(int, String)
|
|
boolean updateToNull(int )
|
|
Changed Methods
|
boolean onMove(int, int)
|
Change of visibility from protected to public.
|
This function is called every time the cursor is successfully scrolled
to a new position, giving the subclass a chance to update any state it
may have. |