executeupdate

  • 网络执行更新
executeupdateexecuteupdate
  1. Update the database with the executeUpdate () method

    用executeUpdate()方法更新数据库

  2. Instead of executing a query it is possible to perform data modification using the JDBC method executeUpdate () .

    代替执行查询,它可以使用JDBC方法executeUpdate()执行数据修改。