Prado\Data\TDbDataReader::read PHP Method

read() public method

Advances the reader to the next row in a result set.
public read ( ) : array | false
return array | false the current row, false if no more row available
    public function read()
    {
        return $this->_statement->fetch();
    }