Adds a when clause to the case statement.
when
See Whenable.whenRef for reference-first variant.
A when call must be followed by either a CaseThenBuilder.then or CaseThenBuilder.thenRef call.
Adds a when clause to the case statement, where both sides of the operator are references to columns.
See Whenable.when for value-first variant.
A whenRef call must be followed by either a CaseThenBuilder.then or CaseThenBuilder.thenRef call.
whenRef
Adds a
whenclause to the case statement.See Whenable.whenRef for reference-first variant.
A
whencall must be followed by either a CaseThenBuilder.then or CaseThenBuilder.thenRef call.