\Horde_Db

Summary

Methods
Properties
Constants
No public methods found
No public properties found
FETCH_ASSOC
FETCH_NUM
FETCH_BOTH
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

FETCH_ASSOC

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.

FETCH_NUM

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.

FETCH_BOTH

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.