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

View this page in Last updated: Sun, 29 Jun 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

DB_result::nextResult()

DB_result::nextResult() -- 複数のクエリから結果セットを取得する

説明

データベースバックエンドの中には、同時に複数のクエリを実行することを サポートしているものもあります。 nextResult() を使用することで、そのような 結果セットに対応することが可能です。

警告

この関数は、 executeMultiple() とともに使用すると何も行いません。

返り値

boolean - DB_result が次の結果セットを保持している場合に TRUE、 結果セットがもうない場合に FALSE を返します。

注意

この関数は、スタティックにコールする ことはできません。

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

Download Documentation Last updated: Sun, 29 Jun 2008
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.