摘要: 批处理 public static Integer addBatch(String[] sqls){ init(); try { //设置关闭自动提交 conn.setAutoCommit(false); Statement stmt = conn.createStatement(); for (i 阅读全文
posted @ 2022-11-03 09:13 小彤在努力 阅读(156) 评论(0) 推荐(0)