共用方式為


getMoreResults Method ()

Moves to the next result of this SQLServerStatement object.

public final boolean getMoreResults()

傳回值

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

例外狀況

SQLServerException

備註

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.

另請參閱

參考

SQLServerStatement Class

概念

getMoreResults Method (SQLServerStatement)
SQLServerStatement Methods
SQLServerStatement Members