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 (DatabaseContentProvider, String, Uri, String, Uri ) to (SQLiteDatabase, String, Uri, String, Uri ). |
Changed Methods | ||
---|---|---|
void deleteRow(Cursor ) |
Change in signature from (long, Cursor ) to Cursor .Change of visibility from protected to public. |
This is called when it is determined that a row should be deleted from the ContentProvider. |
void insertRow(ContentProvider, |
Change of visibility from protected to public. |
|
void merge(SyncContext, |
Change in signature from (SyncContext, String, ContentProvider, boolean, MergeResult, ContentProvider ) to (SyncContext, String, SyncableContentProvider, TempProviderSyncResult, SyncResult, SyncableContentProvider ). |
Carry out a merge of the given diffs, and add the results to the given MergeResult. |
void resolveRow(long, |
Change of visibility from protected to public. |
|
void updateRow(long, |
Change of visibility from protected to public. |
Removed Fields | |
---|---|
SQLiteDatabase mDB
|
Added Fields | |
---|---|
SQLiteDatabase mDb |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |