Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.6 KB

File metadata and controls

47 lines (36 loc) · 1.6 KB
title getMoreResults Method () | 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 df89db50-0b2f-4094-820a-30be25ad72fe
author David-Engel
ms.author v-daenge

getMoreResults Method ()

[!INCLUDEDriver_JDBC_Download]

Moves to the next result of this SQLServerStatement object.

Syntax

  
public final boolean getMoreResults()  

Return Value

true if the returned result is a result set. Otherwise, false.

Exceptions

SQLServerException

Remarks

This getMoreResults method is specified by the getMoreResults method in the java.sql.Statement interface.

Calling the getMoreResults method implicitly closes any currently open result set objects that are obtained with the getResultSet method.

See Also

getMoreResults Method (SQLServerStatement)
SQLServerStatement Members
SQLServerStatement Class