您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

PreparedStatement批处理

2024/4/17 23:12:29发布15次查看
preparedstatement批量更新关键代码 无 import java.sql.connection;import java.sql.preparedstatement; //...string sql = insert into employee (name, city, phone) values (?, ?, ?);connection connection = new getconnection();preparedstatement p
preparedstatement批量更新关键代码 import java.sql.connection;import java.sql.preparedstatement; //...string sql = insert into employee (name, city, phone) values (?, ?, ?);connection connection = new getconnection();preparedstatement ps = connection.preparestatement(sql); for (employee employee: employees) { ps.setstring(1, employee.getname()); ps.setstring(2, employee.getcity()); ps.setstring(3, employee.getphone()); ps.addbatch();}ps.executebatch();ps.close();connection.close();
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product