I’m playing around with the SQLiteDatabase class and did’t understand why the insert method returns a long since you cannot use it in any other method (delete, query, update) or am I missing something? What’s is the purpose of this id long?
I’m playing around with the SQLiteDatabase class and did’t understand why the insert method
Share
I found out the complete answer in this section from SQLite documentation http://www.sqlite.org/lang_createtable.html#rowid