Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)

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