Class Horde_Db
Package: Db
Category: Horde
License: http://www.horde.org/licenses/bsd
Author: Jan Schneider jan@horde.org
Located at Horde/Db.php
Category: Horde
License: http://www.horde.org/licenses/bsd
Author: Jan Schneider jan@horde.org
Located at Horde/Db.php
integer |
FETCH_ASSOC
Specifies that the fetch method shall return each row as an array indexed by column name as returned in the corresponding result set. |
#
2
|
integer |
FETCH_NUM
Specifies that the fetch method shall return each row as an array indexed by column number as returned in the corresponding result set, starting at column 0. |
#
3
|
integer |
FETCH_BOTH
Specifies that the fetch method shall return each row as an array indexed by both column name and number as returned in the corresponding result set, starting at column 0. |
#
4
|