Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.92 KB

File metadata and controls

32 lines (26 loc) · 1.92 KB
title execute Method (SQLServerStatement)
description execute Method (SQLServerStatement)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerStatement.execute
apitype 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