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();
    }