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.SQLiteProgram

The superclass changed from java.lang.Object to android.database.sqlite.SQLiteClosable.
Removed interface android.database.sqlite.SQLiteClosable.

Added Methods
void bindBlob(int, byte[]) Bind a byte array value to this statement.
void native_bind_blob(int, byte[])  
void native_bind_double(int, double)  
void native_bind_long(int, long)  
void native_bind_null(int)  
void native_bind_string(int, String)  
void native_finalize()  
void onAllReferencesReleased()  
void onAllReferencesReleasedFromContainer()  
 

Changed Methods
void compile(String, boolean) 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
Generated by JDiff