MDB_Common::setFetchMode()

MDB_Common::setFetchMode() -- sets the default fetch mode

Synopsis

require_once 'MDB.php';

void setFetchMode (integer $fetchmode, string [$object_class = NULL])

Opis

Sets the fetch mode used by default on queries for the connection.

Parametr

integer $fetchmode

MDB_FETCHMODE_ORDEREDor MDB_FETCHMODE_ASSOC, all possibly bit-wise OR'ed with MDB_FETCHMODE_FLIPPED. See "Introduction - Fetch" for further information.

Zwracana wartość

void - NULL, if ok(!)

Wyjątki

Tabela 35-1. Możliwe wartości PEAR_Error

Error codeError messageReasonSolution
NULL invalid fetchmode mode The given fetch mode does not exists or is not implement in your MDB_Error version. Check writing of the argument and your used version of MDB.

Uwagi

Ta funkcja nie może być wywołana statycznie.