title | description | author | ms.author | ms.date | ms.service | ms.subservice | ms.topic | apilocation | apiname | apitype |
---|---|---|---|---|---|---|---|---|---|---|
executeQuery Method () |
executeQuery Method () |
David-Engel |
v-davidengel |
01/19/2017 |
sql |
connectivity |
reference |
sqljdbc.jar |
SQLServerPreparedStatement.executeQuery () |
Assembly |
[!INCLUDEDriver_JDBC_Download]
Runs the SQL query in this SQLServerPreparedStatement object and returns the SQLServerResultSet object that is generated by the query.
public java.sql.ResultSet executeQuery()
A SQLServerResultSet object.
This executeQuery method is specified by the executeQuery method in the java.sql.PreparedStatement interface.
executeQuery Method (SQLServerPreparedStatement)
SQLServerPreparedStatement Members
SQLServerPreparedStatement Class