[ Version ( since = "4.2" ) ]
public SqlBuilderId add_case (SqlBuilderId test_expr, SqlBuilderId else_expr, ...)
Creates a new CASE ... WHEN ... THEN ... ELSE ... END expression.
this |
a SqlBuilder object |
test_expr |
the expression ID representing the test of the CASE, or |
else_expr |
the expression ID representing the ELSE expression, or |
... |
a list, terminated by a |
the ID of the new expression, or |