API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.database.AbstractCursor

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)  
 

Added Methods
void copyStringToBuffer(int, CharArrayBuffer)  
void deactivateInternal()  
void fillWindow(int, CursorWindow) Copy data from cursor to CursorWindow
byte[] getBlob(int)  
int getColumnCount()  
int getColumnIndexOrThrow(String)  
int getCount()  
int getPosition()  
CursorWindow getWindow() returns a pre-filled window, return NULL if no such window
boolean isClosed()  
boolean moveToFirst()  
boolean moveToLast()  
boolean moveToNext()  
boolean moveToPosition(int)  
boolean moveToPrevious()  
 

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.
 

Added Fields
boolean mClosed  
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff