API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
The superclass changed from java.lang.Object
to android.database.sqlite.SQLiteClosable
.
Removed interface android.database.sqlite.SQLiteClosable
.
Added Methods | |
---|---|
void bindBlob(int, |
Bind a byte array value to this statement. |
void native_bind_blob(int, |
|
void native_bind_double(int, |
|
void native_bind_long(int, |
|
void native_bind_null(int ) |
|
void native_bind_string(int, |
|
void native_finalize() |
|
void onAllReferencesReleased() |
|
void onAllReferencesReleasedFromContainer() |
Changed Methods | ||
---|---|---|
void compile(String, |
Change in signature from String to (String, boolean ). |
Compiles the given SQL into a SQLite byte code program using sqlite3_prepare_v2(). |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |