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()
  2. int executeUpdate(Variant insertId)
    interface PreparedStatement
    int
    executeUpdate
    (
    out Variant insertId
    )

Meta