【转】Android 中SQLite事务处理的简单例子
需要在Android 中进行SQLite事务处理,因此Google了一篇幅简单介绍。
原文中要点是:
使用SQLiteDatabase的beginTransaction()方法可以开启一个事务,程序执行到endTransaction() 方法时会检查事务的标志是否为成功,如果程序执行到endTransaction()之前调用了setTransactionSuccessful() 方法设置事务的标志为成功,则所有从beginTransaction()开始的操作都会被提交,如果没有调用setTransactionSuccessful() 方法则回滚事务。
相关推荐
bianruifeng 2020-06-18
yinyang00 2020-05-15
lt云飞扬gt 2020-04-21
ChenRuiyz 2020-04-17
VanTYS 2020-02-03
csuzxm000 2020-01-14
smalllove 2020-01-10
踩风火轮的乌龟 2020-01-06
imacoder 2020-01-03
smartbaby 2019-11-18
shixiaoguo0 2016-12-20
YZR 2017-10-25
Rebirthme 2011-10-04
neverstopforcode 2019-10-08
xuelang0 2019-09-03
ptmagic 2019-07-30
鲁氏汤包王 2019-07-24