Class android.database.sqlite.SQLiteDatabase

Change from non-final to final.

Added Methods
boolean  deleteDatabase( File)  
void  disableWriteAheadLogging()  
boolean  isWriteAheadLoggingEnabled()  
Cursor  query( boolean, String , String[] , String , String[] , String , String , String , String , CancellationSignal )  
Cursor  queryWithFactory( CursorFactory, boolean , String , String[] , String , String[] , String , String , String , String , CancellationSignal )  
Cursor  rawQuery( String, String[] , CancellationSignal )  
Cursor  rawQueryWithFactory( CursorFactory, String , String[] , String , CancellationSignal )  
void  setForeignKeyConstraintsEnabled( boolean)  
 

Changed Methods
void  close() Method was locally defined, but is now inherited from SQLiteClosable.  
boolean  isDbLockedByOtherThreads() Now deprecated.
 
void  setLockingEnabled( boolean) Now deprecated.
 
 

Added Fields
int  ENABLE_WRITE_AHEAD_LOGGING  
 
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.