* @license http://opensource.org/licenses/GPL-2.0 GNU Public License */ class ChecksumStatement extends MaintenanceStatement { /** * Options of this statement. * * @var array */ public static $OPTIONS = array( 'TABLE' => 1, 'QUICK' => 2, 'EXTENDED' => 3, ); }