Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
SqlParser
Components
SetOperation
PHP Class SqlParser\Components\SetOperation
Inheritance:
extends
SqlParser\Component
Datei anzeigen
Open project: phpmyadmin/sql-parser
Class Usage Examples
Public Properties
Property
Type
Description
$column
string
The name of the column that is being updated.
$value
string
The new value.
Public Methods
Method
Description
build
(
SetOperation |
SetOperation[]
$component
,
array
$options
= [] ) :
string
parse
(
Parser
$parser
,
TokensList
$list
,
array
$options
= [] ) :
SetOperation[]
Method Details
build()
public
static
method
public
static
build
(
SetOperation |
SetOperation[]
$component
,
array
$options
= [] ) :
string
$component
SetOperation |
SetOperation[]
The component to be built.
$options
array
Parameters for building.
return
string
parse()
public
static
method
public
static
parse
(
Parser
$parser
,
TokensList
$list
,
array
$options
= [] ) :
SetOperation[]
$parser
SqlParser\Parser
The parser that serves as context.
$list
SqlParser\TokensList
The list of tokens that are being parsed.
$options
array
Parameters for parsing.
return
SetOperation[]
Property Details
$column
public_oe property
The name of the column that is being updated.
public
string
$column
return
string
$value
public_oe property
The new value.
public
string
$value
return
string