filmov
tv
Android Tutorial - SQLite Example (Part-11) | Edureka
![preview_player](https://i.ytimg.com/vi/nloluGNzT0M/sddefault.jpg)
Показать описание
---------------------------------------------------------
Example :
In this example we can insert, update, delete records and load the entries present in the database. This tutorial talks about the design implementation of the example used.
*insert(String, String ,ContentValues) - Convenience method for inserting a row into the database.
*update(String, ContentValues, String, String[]) - Convenience method for updating rows in the database.
*delete (String , String , String[] ) - Convenience method for deleting rows in the database.
---------------------------------------------------------