Class android.database.sqlite.SQLiteProgram

Removed Methods
void compile(String, boolean)  
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_compile(String)  
void native_finalize()  
 

Changed Methods
void close() Method was locally defined, but is now inherited from SQLiteClosable.  
 

Removed Fields
SQLiteDatabase mDatabase  
int nHandle  
int nStatement