Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.45 KB

File metadata and controls

35 lines (29 loc) · 1.45 KB
title execute Method (SQLServerPreparedStatement) | 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
SQLServerPreparedStatement.execute
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid db876c2e-dffe-4ef2-8fea-486cf27b0eb3
author David-Engel
ms.author v-daenge

execute Method (SQLServerPreparedStatement)

[!INCLUDEDriver_JDBC_Download]

Runs the SQL statement in this SQLServerPreparedStatement object, which can be any kind of SQL statement.

Overload List

Name Description
execute () Runs the SQL statement in this SQLServerPreparedStatement object, which can be any kind of SQL statement.
execute (java.lang.String) Runs the given SQL statement, which can return multiple results.

See Also

SQLServerPreparedStatement Members
SQLServerPreparedStatement Class