PHP Class SqlParser\Statements\OptimizeStatement

OPTIMIZE [NO_WRITE_TO_BINLOG | LOCAL] TABLE tbl_name [, tbl_name] ...
Author: Dan Ungureanu ([email protected])
Inheritance: extends SqlParser\Statement
Exibir arquivo Open project: phpmyadmin/sql-parser

Public Properties

Property Type Description
$OPTIONS array Options of this statement.
$tables SqlParser\Components\Expression[] Optimized tables.

Property Details

$OPTIONS public_oe static_oe property

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

$tables public_oe property

Optimized tables.
public Expression[],SqlParser\Components $tables
return SqlParser\Components\Expression[]