executeUpdate Method (SQLServerStatement)

Runs the given SQL statement, which can be an INSERT, UPDATE, or DELETE statement; or an SQL statement that returns nothing, such as an SQL DDL statement.

Overload List

Name Description

executeUpdate (java.lang.String)

Runs the given SQL statement, which can be an INSERT, UPDATE, or DELETE statement; or an SQL statement that returns nothing, such as an SQL DDL statement.

executeUpdate (java.lang.String, int)

Runs the given SQL statement and signals Microsoft SQL Server 2005 JDBC Driver with the given flag about whether the auto-generated keys produced by this SQLServerStatement object should be made available for retrieval.

executeUpdate (java.lang.String, int[])

Runs the given SQL statement and signals the JDBC driver that the auto-generated keys that are indicated in the given array should be made available for retrieval.

executeUpdate (java.lang.String, java.lang.String[])

Runs the given SQL statement and signals the JDBC driver that the auto-generated keys that are indicated in the given array should be made available for retrieval.

See Also

Reference

SQLServerStatement Class

Concepts

SQLServerStatement Methods
SQLServerStatement Members