CASE

Starts a searched case-when DSL.


fun <T : Any> CASE(operand: ColumnDeclaring<T>): CaseWhen<T, Nothing>(source)

Starts a simple case-when DSL with the given operand.