File manager - Edit - /usr/share/phpmyadmin/libraries/sql-parser/src/Statements/CheckStatement.php
Back
<?php /** * `CHECK` statement. */ namespace SqlParser\Statements; /** * `CHECK` statement. * * CHECK TABLE tbl_name [, tbl_name] ... [option] ... * * @category Statements * * @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+ */ class CheckStatement extends MaintenanceStatement { /** * Options of this statement. * * @var array */ public static $OPTIONS = array( 'TABLE' => 1, 'FOR UPGRADE' => 2, 'QUICK' => 3, 'FAST' => 4, 'MEDIUM' => 5, 'EXTENDED' => 6, 'CHANGED' => 7, ); }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.26 |
proxy
|
phpinfo
|
Settings