Property | Type | Description | |
---|---|---|---|
$_map | array | Maps Horde_Db fetch mode constant to the extension constants. |
Method | Description | |
---|---|---|
_columnCount ( ) : integer | Returns the number of columns in the result set. | |
_fetchArray ( ) : array | boolean | Returns a row from a resultset. |
protected _columnCount ( ) : integer | ||
return | integer | Number of columns. |
protected _fetchArray ( ) : array | boolean | ||
return | array | boolean | The next row in the resultset or false if there are no more results. |
protected array $_map | ||
return | array |