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.sqlite.SQLiteCursor

Changed Constructors
SQLiteCursor(SQLiteDatabase, SQLiteCursorDriver, String, SQLiteQuery) Change in type from (SQLiteDatabase, SQLiteCursorDriver, String, SQLiteQuery, int) to (SQLiteDatabase, SQLiteCursorDriver, String, SQLiteQuery).
Execute a query and provide access to its result set through a Cursor interface.
 

Removed Methods
boolean commitUpdates(Map<Long, Map<String, Object>>)  
boolean commitUpdatesInternal(Map<Long, Map<String, Object>>, boolean)  
int count()  
boolean deleteRow()  
boolean supportsUpdates()  
 

Added Methods
int getCount()  
SQLiteDatabase getDatabase() @return the SQLiteDatabase that this cursor is associated with.
void setWindow(CursorWindow)  
 

Changed Methods
boolean onMove(int, int) Change of visibility from protected to public.
 
void setSelectionArguments(String[]) Change of visibility from protected to public.
Changes the selection arguments.
 

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