class Expression implements Expression (View source)

Methods

__construct(TValue $value)

Create a new raw query expression.

string|int|float
getValue(Grammar $grammar)

Get the value of the expression.

Details

__construct(TValue $value)

Create a new raw query expression.

Parameters

TValue $value

string|int|float getValue(Grammar $grammar)

Get the value of the expression.

Parameters

Grammar $grammar

Return Value

string|int|float