PHP Class SqlParser\Statements\DropStatement

Author: Dan Ungureanu ([email protected])
Inheritance: extends SqlParser\Statement
显示文件 Open project: phpmyadmin/sql-parser Class Usage Examples

Public Properties

Property Type Description
$CLAUSES array The clauses of this statement, in order.
$OPTIONS array Options of this statement.
$fields SqlParser\Components\Expression[] Dropped elements.
$table SqlParser\Components\Expression Table of the dropped index.

Property Details

$CLAUSES public_oe static_oe property

The clauses of this statement, in order.
See also: Statement::$CLAUSES
public static array $CLAUSES
return array

$OPTIONS public_oe static_oe property

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

$fields public_oe property

Dropped elements.
public Expression[],SqlParser\Components $fields
return SqlParser\Components\Expression[]

$table public_oe property

Table of the dropped index.
public Expression,SqlParser\Components $table
return SqlParser\Components\Expression