API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Changed Constructors | ||
---|---|---|
Context, |
Change in type from void to (Context, String, CursorFactory, int ). |
Create a helper object to create, open, and/or manage a database. |
Removed Methods | |
---|---|
SQLiteDatabase openDatabase(Context, |
@param context A context to use to open or create the database. |
Added Methods | |
---|---|
void close() |
Close any open database object. |
SQLiteDatabase getReadableDatabase() |
Create and/or open a database. |
SQLiteDatabase getWritableDatabase() |
Create and/or open a database that will be used for reading and writing. |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |