I was wondering why the native lastChangeCount() & lastInsertRow() methods of SQLiteDatabase are Package access? I have my own interface as to what a database should do, that does not presume it is SQL Based, e.g. MIDP's RecordStore.
For Android, I am reusing the class written for the javax.sql database HSQLDB, that I use for desktops, with only slight modifications. There I build my own SQL and wish to get the most accurate information as to whether inserts & updates succeed. I do not see how making these information methods public would do any harm? Am I wrong? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---