Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.7 KB

File metadata and controls

31 lines (25 loc) · 1.7 KB
title executeUpdate Method (SQLServerPreparedStatement)
description executeUpdate Method (SQLServerPreparedStatement)
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, machavan, sunilbs
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerPreparedStatement.executeUpdate
apitype Assembly

executeUpdate Method (SQLServerPreparedStatement)

[!INCLUDEDriver_JDBC_Download]

Runs the SQL statement in this SQLServerPreparedStatement object, which must be a SQL INSERT, UPDATE, MERGE, or DELETE statement; or a SQL statement that returns nothing, such as a DDL statement.

Overload List

Name Description
executeUpdate () Runs the SQL statement in this SQLServerPreparedStatement object, which must be a SQL INSERT, UPDATE, MERGE, or DELETE statement; or a SQL statement that returns nothing, such as a DDL statement.
executeUpdate (java.lang.String) Runs the given SQL statement, which can be an INSERT, UPDATE, MERGE, or DELETE statement; or a SQL statement that returns nothing, such as a SQL DDL statement.

See Also

SQLServerPreparedStatement Members
SQLServerPreparedStatement Class