Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 1.87 KB

File metadata and controls

43 lines (37 loc) · 1.87 KB
title executeQuery Method (SQLServerPreparedStatement) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service drivers
ms.service
ms.component jdbc
ms.reviewer
ms.suite sql
ms.technology
drivers
ms.tgt_pltfrm
ms.topic article
apiname
SQLServerPreparedStatement.executeQuery
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid dfff3358-f391-4af6-84c1-b94c029f506d
caps.latest.revision 9
author MightyPen
ms.author genemi
manager jhubbard
ms.workload Inactive

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