class JsonExpression extends Expression

Properties

protected mixed $value

The value of the expression.

Methods

void
__construct(mixed $value)

Create a new raw query expression.

mixed
getValue()

Get the value of the expression.

string
__toString()

Get the value of the expression.

string
getJsonBindingParameter(mixed $value)

Translate the given value into the appropriate JSON binding parameter.

Details

at line 22
void __construct(mixed $value)

Create a new raw query expression.

Parameters

mixed $value

Return Value

void

at line 56
mixed getValue()

Get the value of the expression.

Return Value

mixed

at line 66
string __toString()

Get the value of the expression.

Return Value

string

at line 33
protected string getJsonBindingParameter(mixed $value)

Translate the given value into the appropriate JSON binding parameter.

Parameters

mixed $value

Return Value

string