Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.46 KB

File metadata and controls

42 lines (31 loc) · 1.46 KB
title getMoreResults Method ()
description getMoreResults Method ()
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 ()

[!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