Método executeUpdate ()
Ejecuta la instrucción SQL en este objeto SQLServerPreparedStatement , que debe ser una instrucción INSERT, UPDATE, MERGE o DELETE de SQL; o una instrucción SQL que no devuelve nada, como una instrucción DDL.
Sintaxis
public int executeUpdate()
Valor devuelto
Un valor int que indica el número de filas afectadas o 0 si se usa una instrucción DDL.
Excepciones
Observaciones
El método executeUpdate especifica este método executeUpdate en la interfaz java.sql.PreparedStatement.
Consulte también
Método executeUpdate (SQLServerPreparedStatement)
Miembros de SQLServerPreparedStatement
Clase SQLServerPreparedStatement