MDB_Common::setFetchMode()
Параметр
- integer $fetchmode
MDB_FETCHMODE_ORDEREDor MDB_FETCHMODE_ASSOC, all possibly bit-wise OR'ed with MDB_FETCHMODE_FLIPPED. See "Introduction - Fetch" for further information.
Throws
Таблица 35-1. Возможные значения PEAR_Error
Error code | Error message | Reason | Solution |
---|---|---|---|
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. |
Пред. | Начало | След. |
MDB_Common::queryRow() | Уровень выше | MDB_Common::tableInfo() |