LockExpression
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()}.
static string
buildAll(array $component)
No description
string
__toString()
No description