Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.34 KB

File metadata and controls

30 lines (24 loc) · 1.34 KB
title execute Method (SQLServerPreparedStatement)
description execute Method (SQLServerPreparedStatement)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerPreparedStatement.execute
apitype Assembly

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