DB_result::free() (Previous) (Next) DB_result::numCols()

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

DB_result::nextResult()

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

Описание

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

Заметка

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

DB_result::free() (Previous) (Next) DB_result::numCols()

Download Documentation Last updated: Mon, 02 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.