Vasu Nori fb16cbd9b2 add new API in SQLiteStatement to deprecate another.
1. SQLIteStatement.executeUpdateDelete() replaces execute() - and returns the
number of rows changed.
2. let SQLiteDatabase.execSQL() call the above new API - which
means all CRUD statements by execSQL() are stored in prepared statement cache.
3. remove the following from SQLiteDatabase
     lastrowId
     lastchangecount()
     native_execSQL()

Change-Id: I4e93a09dc381f425c3ae6ccc331a7bf227491e22
2010-07-26 13:00:07 -07:00
..
2010-06-17 13:49:25 -07:00
2010-06-17 13:49:25 -07:00
2009-11-13 13:53:39 -08:00
2009-07-21 11:16:54 -07:00
2009-11-13 13:53:39 -08:00
2010-03-01 09:07:37 -08:00
2010-07-20 14:22:45 -07:00
2009-07-21 11:16:54 -07:00
2009-07-21 11:16:54 -07:00