PHP 클래스 SqlParser\Statements\BackupStatement

BACKUP TABLE tbl_name [, tbl_name] ... TO '/path/to/backup/directory'
상속: extends MaintenanceStatement
파일 보기 프로젝트 열기: phpmyadmin/sql-parser

공개 프로퍼티들

프로퍼티 타입 설명
$OPTIONS array Options of this statement.

프로퍼티 상세

$OPTIONS 공개적으로 정적으로 프로퍼티

Options of this statement.
public static array $OPTIONS
리턴 array