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  
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.