Ouzo\Db\StatementExecutor::fetchAll PHP 메소드

fetchAll() 공개 메소드

public fetchAll ( $fetchMode = PDO::FETCH_ASSOC )
    public function fetchAll($fetchMode = PDO::FETCH_ASSOC)
    {
        return $this->executeAndFetch('fetchAll', $fetchMode);
    }