An implementation to express column data changes. See pq\Query\Expressible::mod() for an example.
Create a new column data change expression.
void
pq\Query\Expressible::__construct(string
$name, mixed
$data)
Retrieve the contained value as string
.
Retrieve the contained value.
Check whether the implementor already contains a expression, i.e. pq\Query\Expr.
Modify the contained data, turning it into an expression, i.e. pq\Query\Expr.
pq\Query\Expressible pq\Query\Expressible::mod(mixed
$data[, string
$op = NULL
])
Set the contained data.