From 8d45e4e4c6244cc3a508da3b56fec8cfd4cadd1d Mon Sep 17 00:00:00 2001 From: Vasu Nori Date: Fri, 5 Feb 2010 22:35:47 -0800 Subject: [PATCH] changes after review by API council please refer to http://b/issue?id=2420299 --- api/current.xml | 141 ++++++++---------- .../database/sqlite/SQLiteDatabase.java | 122 ++++++++------- .../database/sqlite/SQLiteProgram.java | 7 +- 3 files changed, 131 insertions(+), 139 deletions(-) diff --git a/api/current.xml b/api/current.xml index 16ed39bafc38e..c54fc98d2e276 100644 --- a/api/current.xml +++ b/api/current.xml @@ -53070,6 +53070,72 @@ + + + + + + + + + + + + - - - - - - - - - - - - - - The database lock must be held when calling this method. @@ -230,6 +231,10 @@ public abstract class SQLiteProgram extends SQLiteClosable { */ @Deprecated protected final native void native_compile(String sql); + + /** + * @deprecated This method is deprecated and must not be used. + */ @Deprecated protected final native void native_finalize();