支持事务,比如db.setTransactionSuccessful();db.execSQL("insert into person(name,age) values('Tom',21)");} catch (Exception e) {Log.i("aa", "trttttt");}db.endTransaction();// 事务结束;}