Android开发学习---SQLite 数据库的使用
一.创建数据库public class MyDatabaseHelper extends SQLiteOpenHelper { public static final String CREATE_BOOK = "create table book (" + "id integer primary key autoincrement, " + "author text, " + "price real, "
原创
2020-06-16 11:50:24 ·
389 阅读 ·
0 评论