PHP Class SqlParser\Statements\BackupStatement

BACKUP TABLE tbl_name [, tbl_name] ... TO '/path/to/backup/directory'
Inheritance: extends MaintenanceStatement
Show file Open project: phpmyadmin/sql-parser

Public Properties

Property Type Description
$OPTIONS array Options of this statement.

Property Details

$OPTIONS public static property

Options of this statement.
public static array $OPTIONS
return array