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