| title | executeQuery Method (SQLServerStatement) | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 01/19/2017 | |
| ms.prod | sql-non-specified | |
| ms.reviewer | ||
| ms.suite | ||
| ms.technology |
|
|
| ms.tgt_pltfrm | ||
| ms.topic | article | |
| apiname |
|
|
| apilocation |
|
|
| apitype | Assembly | |
| ms.assetid | 599cf463-e19f-4baa-bacb-513cad7c6cd8 | |
| caps.latest.revision | 13 | |
| author | MightyPen | |
| ms.author | genemi | |
| manager | jhubbard |
[!INCLUDEDriver_JDBC_Download]
Runs the given SQL statement and returns a single SQLServerResultSet object.
public java.sql.ResultSet executeQuery(java.lang.String sql)
sql
A String that contains an SQL statement.
A SQLServerResultSet object.
This executeQuery method is specified by the executeQuery method in the java.sql.Statement interface.
SQLServerException is thrown if the given SQL statement produces anything other than a single SQLServerResultSet object.
If executing a stored procedure results in an update count that is greater than one, or that generates more than one result set, use the execute method to execute the stored procedure.