Expression
class Expression implements Expression
Methods
__construct(string|int|float $value)
Create a new raw query expression.
Details
at line 20
__construct(string|int|float $value)
Create a new raw query expression.
at line 30
string|int|float
getValue(Grammar $grammar)
Get the value of the expression.