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 |
---|---|
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. |
|
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. |
|
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. |
|
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. |