final class LockExpression implements Component (View source)

Parses a reference to a LOCK expression.

Properties

Expression|null $table

The table to be locked.

string|null $type

The type of lock to be applied.

Methods

string
build()

Builds the string representation of a component of this type.

static string
buildAll(array $component)

No description

string
__toString()

No description

Details

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

static string buildAll(array $component)

No description

Parameters

array $component

the component to be built

Return Value

string

string __toString()

No description

Return Value

string