可打印版本       提交     
请单击以进行评分并提供反馈

  开启低带宽视图
同时提供下列产品的其他版本:
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 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.

请参阅

© 2009 Microsoft Corporation 版权所有。 保留所有权利  |  商标  |  隐私权声明
Page view tracker