PreparedStatement.executeUpdate

Executes the SQL statement in this PreparedStatement object, which must be an SQL INSERT, UPDATE or DELETE statement; or an SQL statement that returns nothing, such as a DDL statement.

  1. int executeUpdate()
    interface PreparedStatement
    int
    executeUpdate
    ()
  2. int executeUpdate(Variant insertId)

Meta