Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.37 KB

execute-method.md

File metadata and controls

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

execute Method ()

[!INCLUDEDriver_JDBC_Download]

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

Syntax

  
public boolean execute()  

Return Value

true if the statement returns a result set. false if it returns an update count or no result.

Exceptions

SQLServerException

Remarks

This execute method is specified by the execute method in the java.sql.PreparedStatement interface.

See Also

execute Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class