PHP Class Newscoop\Doctrine\AdoDbStatement

显示文件 Open project: sourcefabric/newscoop

Protected Properties

Property Type Description
$statement Doctrine\DBAL\Statement

Public Methods

Method Description
__construct ( Doctrine\DBAL\Driver\Statement $statement )
fetchRow ( ) : array Fetch row
recordCount ( ) : integer Get record count
rowCount ( ) : integer Get row count

Method Details

__construct() public method

public __construct ( Doctrine\DBAL\Driver\Statement $statement )
$statement Doctrine\DBAL\Driver\Statement

fetchRow() public method

Fetch row
public fetchRow ( ) : array
return array

recordCount() public method

Get record count
public recordCount ( ) : integer
return integer

rowCount() public method

Get row count
public rowCount ( ) : integer
return integer

Property Details

$statement protected_oe property

protected Doctrine\DBAL\Statement $statement
return Doctrine\DBAL\Statement