PHP 클래스 Horde_Db_Adapter_Pdo_Result, horde

저자: Jan Schneider ([email protected])
상속: extends Horde_Db_Adapter_Base_Result
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_map array Maps Horde_Db fetch mode constant to the extension constants.

보호된 메소드들

메소드 설명
_columnCount ( ) : integer Returns the number of columns in the result set.
_fetchArray ( ) : array | boolean Returns a row from a resultset.

메소드 상세

_columnCount() 보호된 메소드

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

_fetchArray() 보호된 메소드

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

프로퍼티 상세

$_map 보호되어 있는 프로퍼티

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