PHP Class SqlParser\Components\SetOperation

Inheritance: extends SqlParser\Component
Afficher le fichier Open project: phpmyadmin/sql-parser Class Usage Examples

Méthodes publiques

Свойство Type Description
$column string The name of the column that is being updated.
$value string The new value.

Méthodes publiques

Méthode Description
build ( SetOperation | SetOperation[] $component, array $options = [] ) : string
parse ( Parser $parser, TokensList $list, array $options = [] ) : SetOperation[]

Method Details

build() public static méthode

public static build ( SetOperation | SetOperation[] $component, array $options = [] ) : string
$component SetOperation | SetOperation[] The component to be built.
$options array Parameters for building.
Résultat string

parse() public static méthode

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.
Résultat SetOperation[]

Property Details

$column public_oe property

The name of the column that is being updated.
public string $column
Résultat string

$value public_oe property

The new value.
public string $value
Résultat string