Contao\Database\Statement::explain PHP Method

explain() public method

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