AndroidDatabaseConnection db = new AndroidDatabaseConnection( getSQLiteDatabase(), true); db.setAutoCommit(false);for (ChannelDate cd : listChannelDate) { cdao.createOrUpdate(cd); }db.commit(null);
本文共 255 字,大约阅读时间需要 1 分钟。
AndroidDatabaseConnection db = new AndroidDatabaseConnection( getSQLiteDatabase(), true); db.setAutoCommit(false);for (ChannelDate cd : listChannelDate) { cdao.createOrUpdate(cd); }db.commit(null);
转载于:https://my.oschina.net/liyang2l/blog/70380