Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.73 KB

File metadata and controls

35 lines (29 loc) · 1.73 KB
title executeQuery Method (SQLServerPreparedStatement) | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
apiname
SQLServerPreparedStatement.executeQuery
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid dfff3358-f391-4af6-84c1-b94c029f506d
author David-Engel
ms.author v-daenge

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