Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.48 KB

File metadata and controls

35 lines (29 loc) · 1.48 KB
title getMoreResults Method (SQLServerStatement) | 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
SQLServerStatement.getMoreResults
apilocation
sqljdbc.jar
apitype Assembly
ms.assetid 6b18510a-4d6d-4eeb-a9d0-32e920eb0048
author David-Engel
ms.author v-daenge

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