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.
예외
주의
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.
참고 항목
참조
개념
getMoreResults Method (SQLServerStatement)
SQLServerStatement Methods
SQLServerStatement Members