美好香烟

文章
5
资源
0
加入时间
2年10月24天

JDBC,executeBatch();

JDBC执行SQL语句,有两个处理的接口,一个PreparedStatement,Statement,一般操作JDBC比较用得多的还是PreparedStatement 不过在执行批量,PreparedStatement有点不够Statement ps = conn.prepareStatement(sql);for(int i = 0;i   ps