Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.95 KB

execute-method-sqlserverstatement.md

File metadata and controls

32 lines (26 loc) · 1.95 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
execute Method (SQLServerStatement)
execute Method (SQLServerStatement)
David-Engel
v-davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerStatement.execute
Assembly

execute Method (SQLServerStatement)

[!INCLUDEDriver_JDBC_Download]

Runs the given SQL statement, which can return multiple results.

Overload List

Name Description
execute (java.lang.String) Runs the given SQL statement, which can return multiple results.
execute (java.lang.String, int) Runs the given SQL statement, which can return multiple results, and signals to [!INCLUDEjdbcNoVersion] that any auto-generated keys should be made available for retrieval.
execute (java.lang.String, int[]) Runs the given SQL statement, which can return multiple results, and signals the JDBC driver that the auto-generated keys that are indicated in the given array should be made available for retrieval.
execute (java.lang.String, java.lang.String[]) Runs the given SQL statement, which can return multiple results, 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

SQLServerStatement Members
SQLServerStatement Class