PHP Класс SqlParser\Statements\DropStatement

Автор: Dan Ungureanu ([email protected])
Наследование: extends SqlParser\Statement
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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.

Описание свойств

$CLAUSES публичное статическое свойство

The clauses of this statement, in order.
См. также: Statement::$CLAUSES
public static array $CLAUSES
Результат array

$OPTIONS публичное статическое свойство

Options of this statement.
public static array $OPTIONS
Результат array

$fields публичное свойство

Dropped elements.
public Expression[],SqlParser\Components $fields
Результат SqlParser\Components\Expression[]

$table публичное свойство

Table of the dropped index.
public Expression,SqlParser\Components $table
Результат SqlParser\Components\Expression