DB_result::nextResult()

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

Synopsis

Описание

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().

Возвращаемое значение

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

Заметка

Эта функция не должна вызываться статически.

    Поддержать сайт на родительском проекте КГБ