当前位置:网站首页>Android uses sqliteopenhelper to flash back
Android uses sqliteopenhelper to flash back
2022-07-04 18:10:00 【Blue static cloud】
problem :
I'm sure I'm right , however app Just keep dodging
Try :
Delete app, reinstall
Example :
@Override
public void onCreate(SQLiteDatabase db) {
// If there is group surface , Then delete the table
String drop_sql = "DROP TABLE IF EXISTS " + CHAT_GROUP + ";";
db.execSQL(drop_sql);
// establish group surface
String create_sql = "CREATE TABLE IF NOT EXISTS " + CHAT_GROUP + "("
+ "id INTEGER PRIMARY KEY AUTOINCREMENT,"
+ "group_id VARCHAR NOT NULL,"
+ "chat_type INTEGER DEFAULT NULL"
+ ");";
db.execSQL(create_sql);
}
Add a new field id, Rerun fetch id Print , Flash back
String sql = String.format("select id,group_id,update_time" +
" from %s where %s;", CHAT_GROUP, condition);
onCreate Timing of invocation
边栏推荐
- 就在今天丨汇丰4位专家齐聚,共讨银行核心系统改造、迁移、重构难题
- Superscalar processor design yaoyongbin Chapter 7 register rename excerpt
- LD_LIBRARY_PATH 环境变量设置
- 90后开始攒钱植发,又一个IPO来了
- 数学分析_笔记_第7章:多元函数的微分学
- Flask lightweight web framework
- How to test MDM products
- 庆贺!科蓝SUNDB与中创软件完成七大产品的兼容性适配
- Pytoch deep learning environment construction
- 超标量处理器设计 姚永斌 第6章 指令解码 摘录
猜你喜欢
![[unity ugui] scrollrect dynamically scales the grid size and automatically locates the middle grid](/img/0d/a8f4424add7785375741bac4f0b802.png)
[unity ugui] scrollrect dynamically scales the grid size and automatically locates the middle grid

创业两年,一家小VC的自我反思

庆贺!科蓝SUNDB与中创软件完成七大产品的兼容性适配

Electronic pet dog - what is the internal structure?

上市公司改名,科学还是玄学?

数学分析_笔记_第7章:多元函数的微分学

DB-Engines 2022年7月数据库排行榜:Microsoft SQL Server 大涨,Oracle 大跌

MySQL常用增删改查操作(CRUD)

Just today, four experts from HSBC gathered to discuss the problems of bank core system transformation, migration and reconstruction
![[HCIA continuous update] WLAN overview and basic concepts](/img/50/7eef28b7cfb0a72c97f3c50518ad6d.png)
[HCIA continuous update] WLAN overview and basic concepts
随机推荐
CocosCreator事件派发使用
Achieve animation effect through event binding
Heartless sword Chinese translation of Elizabeth Bishop's a skill
【210】PHP 定界符的用法
Ks007 realizes personal blog system based on JSP
12 - explore the underlying principles of IOS | runtime [isa details, class structure, method cache | t]
Image retrieval
Set the transparent hidden taskbar and full screen display of the form
Hidden corners of coder Edition: five things that developers hate most
Implementation of shell script replacement function
【系统分析师之路】第七章 复盘系统设计(结构化开发方法)
90后开始攒钱植发,又一个IPO来了
Internet addiction changes brain structure: language function is affected, making people unable to speak neatly
The Block:USDD增长势头强劲
shell脚本的替换功能实现
超标量处理器设计 姚永斌 第5章 指令集体系 摘录
78 year old professor Huake impacts the IPO, and Fengnian capital is expected to reap dozens of times the return
The controversial line of energy replenishment: will fast charging lead to reunification?
数学分析_笔记_第7章:多元函数的微分学
[Huawei HCIA continuous update] SDN and FVC