PHP Class SqlParser\Statements\TruncateStatement

Inheritance: extends SqlParser\Statement
Mostra 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_oe static_oe property

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

$table public_oe property

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