Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.46 KB

getmoreresults-method.md

File metadata and controls

42 lines (31 loc) · 1.46 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic apilocation apiname apitype
getMoreResults Method ()
getMoreResults Method ()
David-Engel
davidengel
01/19/2017
sql
connectivity
reference
sqljdbc.jar
SQLServerStatement.getMoreResults ()
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