API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Changed Constructors | ||
---|---|---|
SQLiteDatabase, |
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, |
|
boolean commitUpdatesInternal(Map<Long, |
|
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, |
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 |