final class SetOperation implements Component (View source)

Properties

string $column

The name of the column that is being updated.

string $value

The new value.

Methods

__construct(string $column = '', string $value = '')

No description

string
build()

Builds the string representation of a component of this type.

string
__toString()

No description

Details

__construct(string $column = '', string $value = '')

No description

Parameters

string $column

Field's name..

string $value

new value

string build()

Builds the string representation of a component of this type.

In other words, this function represents the inverse function of {\PhpMyAdmin\SqlParser\Component::parse()}.

Return Value

string

string __toString()

No description

Return Value

string