namespaceZtdQuery\Shadow\Mutation\Upsert

Interfaces 1§

UpsertLiteralSourcePreserves a literal supplied through the public expression API without coercion.

Classes 6§

UpsertColumnReads a column off a row the way SQL names one.
UpsertComparisonCompares two values the way a database does it.
UpsertLiteralRetains the type and identity of one expression literal.
UpsertNumberDoes arithmetic the way a database does it, over the values a row carries.
UpsertOperatorWhat one operator stands for, once its operands have been worked out.
UpsertTruthAnswers whether a value counts as true, in SQL's three-valued logic.