Contao\Database\Statement::explain PHP 메소드

explain() 공개 메소드

Explain the current query
public explain ( ) : string
리턴 string The explanation string
    public function explain()
    {
        return $this->resConnection->executeQuery('EXPLAIN ' . $this->strQuery)->fetch();
    }