PHP Class SqlParser\Statements\SetStatement

Inheritance: extends SqlParser\Statement
Show file Open project: phpmyadmin/sql-parser

Public Properties

Property 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.

Public Methods

Method Description
build ( ) : string

Method Details

build() public method

public build ( ) : string
return string

Property Details

$CLAUSES public static property

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

$OPTIONS public static property

Possible exceptions in SET statment
public static array $OPTIONS
return array

$options public property

Options used in current statement
public OptionsArray[],SqlParser\Components $options
return SqlParser\Components\OptionsArray[]

$set public property

The updated values.
public SetOperation[],SqlParser\Components $set
return SqlParser\Components\SetOperation[]