Prado\Data\TDbDataReader::next PHP 메소드

next() 공개 메소드

This method is required by the interface Iterator.
public next ( )
    public function next()
    {
        $this->_row = $this->_statement->fetch();
        $this->_index++;
    }