PHP Class SqlParser\Statements\SetStatement

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

Méthodes publiques

Свойство Type Description
$CLAUSES array The clauses of this statement, in order.
$OPTIONS array Possible exceptions in SET statment
$options SqlParser\Components\OptionsArray[] Options used in current statement
$set SqlParser\Components\SetOperation[] The updated values.

Méthodes publiques

Méthode Description
build ( ) : string

Method Details

build() public méthode

public build ( ) : string
Résultat string

Property Details

$CLAUSES public_oe static_oe property

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

$OPTIONS public_oe static_oe property

Possible exceptions in SET statment
public static array $OPTIONS
Résultat array

$options public_oe property

Options used in current statement
public OptionsArray[],SqlParser\Components $options
Résultat SqlParser\Components\OptionsArray[]

$set public_oe property

The updated values.
public SetOperation[],SqlParser\Components $set
Résultat SqlParser\Components\SetOperation[]