File "ExplainStatement.php"

Full path: E:/sites/Single15/tinmung2007/webroot/phpMyAdmin/phpMyAdmin/vendor/phpmyadmin/sql-parser/src/Statements/ExplainStatement.php
File size: 199 B
MIME-type:
Charset: utf-8

Download   Open   Back

<?php
/**
 * `EXPLAIN` statement.
 */
declare(strict_types=1);

namespace PhpMyAdmin\SqlParser\Statements;

/**
 * `EXPLAIN` statement.
 */
class ExplainStatement extends NotImplementedStatement
{
}

PHP File Manager