PHP Class SqlParser\Statements\TruncateStatement

Inheritance: extends SqlParser\Statement
Show file Open project: phpmyadmin/sql-parser

Public Properties

Property Type Description
$OPTIONS array Options for TRUNCATE statements.
$table SqlParser\Components\Expression The name of the truncated table.

Property Details

$OPTIONS public static property

Options for TRUNCATE statements.
public static array $OPTIONS
return array

$table public property

The name of the truncated table.
public Expression,SqlParser\Components $table
return SqlParser\Components\Expression