| 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 |
[!INCLUDEDriver_JDBC_Download]
Runs the SQL statement in this SQLServerPreparedStatement object, which can be any kind of SQL statement.
| 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. |
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class