Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.63 KB

File metadata and controls

30 lines (24 loc) · 1.63 KB
title executeQuery Method (SQLServerPreparedStatement)
description executeQuery Method (SQLServerPreparedStatement)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerPreparedStatement.executeQuery
apitype 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