PHP Class SqlParser\Statements\SetStatement

Inheritance: extends SqlParser\Statement
Exibir arquivo 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_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

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

$options public_oe property

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

$set public_oe property

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