Condividi tramite


Metodo executeUpdate (SQLServerPreparedStatement)

Scaricare il driver JDBC

Esegue l'istruzione SQL in questo oggetto SQLServerPreparedStatement, che deve essere un'istruzione SQL INSERT, UPDATE, MERGE o DELETE, oppure un'istruzione SQL che non restituisce alcun valore, ad esempio un'istruzione DDL.

Elenco degli overload

Nome Descrizione
executeUpdate () Esegue l'istruzione SQL in questo oggetto SQLServerPreparedStatement, che deve essere un'istruzione SQL INSERT, UPDATE, MERGE o DELETE, oppure un'istruzione SQL che non restituisce alcun valore, ad esempio un'istruzione DDL.
executeUpdate (java.lang.String) Esegue l'istruzione SQL specificata, che può essere un'istruzione INSERT, UPDATE, MERGE o DELETE, oppure un'istruzione SQL che non restituisce nulla, quale un'istruzione SQL DDL.

Vedere anche

Membri di SQLServerPreparedStatement
Classe SQLServerPreparedStatement