nextResult() public method
Advances the reader to the next result when reading the results of a batch of statements.
This method is only useful when there are multiple result sets returned by the query. Not all DBMS support this feature.
public boolean nextResult ( ) | ||
---|---|---|
return | boolean |
Returns true on success or false on failure. |
Please login to continue.