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.SQLiteProgram.html | 218 +++++++++++++++++++++ 1 file changed, 218 insertions(+) create mode 100644 docs/html/sdk/api_diff/16/changes/android.database.sqlite.SQLiteProgram.html (limited to 'docs/html/sdk/api_diff/16/changes/android.database.sqlite.SQLiteProgram.html') diff --git a/docs/html/sdk/api_diff/16/changes/android.database.sqlite.SQLiteProgram.html b/docs/html/sdk/api_diff/16/changes/android.database.sqlite.SQLiteProgram.html new file mode 100644 index 0000000..6e65aeb --- /dev/null +++ b/docs/html/sdk/api_diff/16/changes/android.database.sqlite.SQLiteProgram.html @@ -0,0 +1,218 @@ + + + + + + + + + +android.database.sqlite.SQLiteProgram + + + + + + + + + + +
+
+
+

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

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