Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.37 KB

File metadata and controls

30 lines (24 loc) · 1.37 KB
title getMoreResults Method (SQLServerStatement)
description getMoreResults Method (SQLServerStatement)
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic reference
apilocation sqljdbc.jar
apiname SQLServerStatement.getMoreResults
apitype Assembly

getMoreResults Method (SQLServerStatement)

[!INCLUDEDriver_JDBC_Download]

Moves to the next result of this SQLServerStatement object.

Overload List

Name Description
getMoreResults () Moves to the next result of this SQLServerStatement object.
getMoreResults (int) Moves to the next result of this SQLServerStatement object, and deals with any currently open result set objects according to the instructions specified by the given mode.

See Also

SQLServerStatement Members
SQLServerStatement Class