Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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