* @license http://opensource.org/licenses/GPL-2.0 GNU Public License */ 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, ); }