Method __builtin.Sql.Result()->next_result()
- Method
next_result
this_program
next_result()- Description
Switch to the next set of results.
Some databases support returning more than one set of results. This function terminates the current result and switches to the next (if any).
- Returns
Returns the Result object if there were more results, and
0
(zero) otherwise.- Throws
May throw the same errors as Sql.Connection()->big_query() et al.