Public 成员函数 | |
| MyDBHelper (Context context) | |
| void | onCreate (SQLiteDatabase db) |
| void | onUpgrade (SQLiteDatabase db, int oldVersion, int newVersion) |
静态 Private 属性 | |
| static final String | DBNAME = "andbase.db" |
| static final int | VERSION = 1 |
© 2012 amsoft.cn 名称:MyDBHelper.java 描述:数据库操作类.
|
inline |
构造器.
| context | the context |
|
inline |
描述:表的创建.
| db | the db |
|
inline |
描述:表的重建.
| db | the db |
| oldVersion | the old version |
| newVersion | the new version |
|
staticprivate |
数据库名.
|
staticprivate |
数据库版本.
1.8.8