Prado\Data\TDbDataReader::read PHP Метод

read() публичный Метод

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