PHP Class SqlParser\Statements\AlterStatement

Inheritance: extends SqlParser\Statement
Afficher le fichier Open project: phpmyadmin/sql-parser

Méthodes publiques

Свойство Type Description
$OPTIONS array Options of this statement.
$altered SqlParser\Components\AlterOperation[] Column affected by this statement.
$table SqlParser\Components\Expression Table affected.

Méthodes publiques

Méthode Description
build ( ) : string
parse ( Parser $parser, TokensList $list ) : void

Method Details

build() public méthode

public build ( ) : string
Résultat string

parse() public méthode

public parse ( Parser $parser, TokensList $list ) : void
$parser SqlParser\Parser The instance that requests parsing.
$list SqlParser\TokensList The list of tokens to be parsed.
Résultat void

Property Details

$OPTIONS public_oe static_oe property

Options of this statement.
public static array $OPTIONS
Résultat array

$altered public_oe property

Column affected by this statement.
public AlterOperation[],SqlParser\Components $altered
Résultat SqlParser\Components\AlterOperation[]

$table public_oe property

Table affected.
public Expression,SqlParser\Components $table
Résultat SqlParser\Components\Expression