zhdh2008 / JohnsonUtils4Droid

Useful l tools library for Android
7 stars 0 forks source link

Database #13

Open zhdh2008 opened 9 years ago

zhdh2008 commented 9 years ago

SQLite database

1.create table clause. http://www.cnblogs.com/stephen-liu74/archive/2012/02/13/2321668.html

2.database upgrade http://stackoverflow.com/questions/3424156/upgrade-sqlite-database-from-one-version-to-another

3.Traverse the Android sqlite database Cursor http://lixiangyu.iteye.com/blog/1096664

4.Datetime in sqlite (Android) http://blog.csdn.net/liuzhidong123/article/details/6847104?reload

5.Introduction of method in SQLite database,like insert,delete,query and update (Android). http://www.cnblogs.com/maxinliang/archive/2013/01/22/2871474.html

Key-Value存储数据库 http://www.iteye.com/news/27628