DB_Result::nextResult()

DB_Result::nextResult() -- get result sets of multiple queries

Synopsis

require_once 'DB.php';

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.

Warning

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

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