Ouzo\Db\QueryExecutor::fetchIterator PHP Method

fetchIterator() public method

public fetchIterator ( )
    public function fetchIterator()
    {
        $this->_buildQuery();
        $statement = StatementExecutor::prepare($this->_db->_dbHandle, $this->_sql, $this->_boundValues, $this->_query->options);
        return $statement->fetchIterator();
    }