<?php
/**
* `EXPLAIN` statement.
*/
namespace PhpMyAdmin\SqlParser\Statements;
/**
* `EXPLAIN` statement.
*
* @category Statements
*
* @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+
*/
class ExplainStatement extends NotImplementedStatement
{
}