Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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