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

fetch() 공개 메소드

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