Metodo executeUpdate (SQLServerPreparedStatement)
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 nulla, ad esempio un'istruzione DDL.
Elenco di 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 nulla, ad esempio un'istruzione DDL. |
executeUpdate (java.lang.String) | Esegue l'istruzione SQL specificata, che può essere un'istruzione INSERT, UPDATE, MERGE o DELETE; o un'istruzione SQL che non restituisce nulla, ad esempio un'istruzione DDL SQL. |
Vedi anche
Membri di SQLServerPreparedStatement
Classe SQLServerPreparedStatement