Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.66 KB

executequery-method-sqlserverpreparedstatement.md

File metadata and controls

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

executeQuery Method (SQLServerPreparedStatement)

[!INCLUDEDriver_JDBC_Download]

Runs the SQL query in this SQLServerPreparedStatement object and returns the SQLServerResultSet object generated by the query.

Overload List

Name Description
executeQuery () Runs the SQL query in this SQLServerPreparedStatement object and returns the SQLServerResultSet object that is generated by the query.
executeQuery (java.lang.String) Runs the given SQL statement and returns a single SQLServerResultSet object.

See Also

SQLServerPreparedStatement Members
SQLServerPreparedStatement Class