Share via


getMoreResults Method ()

Moves to the next result of this SQLServerStatement object.

public final boolean getMoreResults()

Rückgabewert

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

Ausnahmen

SQLServerException

Hinweise

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.

Siehe auch

Referenz

SQLServerStatement Class

Konzepte

getMoreResults Method (SQLServerStatement)
SQLServerStatement Methods
SQLServerStatement Members