PHP Class Horde_Db_Adapter_Pdo_Result, horde

Author: Jan Schneider ([email protected])
Inheritance: extends Horde_Db_Adapter_Base_Result
显示文件 Open project: horde/horde

Protected Properties

Property Type Description
$_map array Maps Horde_Db fetch mode constant to the extension constants.

Protected Methods

Method Description
_columnCount ( ) : integer Returns the number of columns in the result set.
_fetchArray ( ) : array | boolean Returns a row from a resultset.

Method Details

_columnCount() protected method

Returns the number of columns in the result set.
protected _columnCount ( ) : integer
return integer Number of columns.

_fetchArray() protected method

Returns a row from a resultset.
protected _fetchArray ( ) : array | boolean
return array | boolean The next row in the resultset or false if there are no more results.

Property Details

$_map protected_oe property

Maps Horde_Db fetch mode constant to the extension constants.
protected array $_map
return array