2018-09-13 12:31
还有一个方法,就是在方法里面写 boolean result = Db.tx(new IAtom() {
@Override
public boolean run() throws SQLException {
try {
Db.delete("delete from t_userinfo where name='66");
int a = 1/(1-1);
return true;
} catch (Exception e) {
// TODO: handle exception
return false;
}
}
});
这样子也是可以回滚