LockExpression
final class LockExpression extends Component (View source)
Parses a reference to a LOCK expression.
Properties
Expression | $table | The table to be locked. |
|
string | $type | The type of lock to be applied. |
Methods
static mixed
static mixed
build(mixed $component, array $options = [])
No description
Details
static mixed
parse(Parser $parser, TokensList $list, array $options = [])
No description
static mixed
build(mixed $component, array $options = [])
No description
string
__toString()
Builds the string representation of a component of this type.