MDB_Common::queryRow() (Previous) (Next) MDB_Common::tableInfo()

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

MDB_Common::setFetchMode()

MDB_Common::setFetchMode() -- デフォルトの取得モードを設定する

説明

取得モードを設定します。設定した内容が、この接続におけるデフォルトとして使用されます。

パラメータ

integer $fetchmode

MDB_FETCHMODE_ORDERED あるいは MDB_FETCHMODE_ASSOC で、どちらも MDB_FETCHMODE_FLIPPED との論理和 (OR) を指定することができます。 詳細な情報は "導入 - 取得" を参照ください。

返り値

void - うまくいった場合に NULL を (!) 返します。

注意

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

MDB_Common::queryRow() (Previous) (Next) MDB_Common::tableInfo()

Download Documentation Last updated: Sun, 05 Oct 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.