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

readAll() 공개 메소드

Reads the whole result set into an array.
public readAll ( ) : array
리턴 array the result set (each array element represents a row of data). An empty array will be returned if the result contains no row.
    public function readAll()
    {
        return $this->_statement->fetchAll();
    }