Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 2.03 KB

File metadata and controls

37 lines (31 loc) · 2.03 KB
title execute Method (SQLServerStatement) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerStatement.execute
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid e1367f39-23d7-4e26-b160-6d988d7e6988
author David-Engel
ms.author v-daenge

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