From dbccc9012e3637ad08e8ae62771b0f9fae1d9b13 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Tue, 26 Jun 2012 22:54:54 -0700 Subject: Doc change: add diff report for 16. Change-Id: I38b2e59ac3a553ab7bbde8814e9fb099aa085638 --- .../android.database.sqlite.SQLiteDatabase.html | 225 +++++++++++++++++++++ 1 file changed, 225 insertions(+) create mode 100644 docs/html/sdk/api_diff/16/changes/android.database.sqlite.SQLiteDatabase.html (limited to 'docs/html/sdk/api_diff/16/changes/android.database.sqlite.SQLiteDatabase.html') diff --git a/docs/html/sdk/api_diff/16/changes/android.database.sqlite.SQLiteDatabase.html b/docs/html/sdk/api_diff/16/changes/android.database.sqlite.SQLiteDatabase.html new file mode 100644 index 0000000..d1f82f5 --- /dev/null +++ b/docs/html/sdk/api_diff/16/changes/android.database.sqlite.SQLiteDatabase.html @@ -0,0 +1,225 @@ + + + + + + + + + +android.database.sqlite.SQLiteDatabase + + + + + + + + + + +
+
+
+

+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 +  
+  +

+ +
+
+ + + + -- cgit v1.1