DB_result::nextResult()

DB_result::nextResult() – Gets result sets from multiple queries

Synopsis

boolean nextResult ( )

Description

Some database backends supports executing more then one query at the same time. With nextResult() you can go through the result sets.

This function has nothing to do with with executeMultiple().

Return value

boolean - TRUE if DB_result contains the next result set, FALSE if there is no further result set to fetch

Note

This function can not be called statically.

Releases a result set (Previous) Gets number of columns in a result set (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.