add_case
Description:
[ Version ( since = "4.2" ) ]
public SqlBuilderId add_case (SqlBuilderId test_expr, SqlBuilderId else_expr, ...)
public SqlBuilderId add_case (SqlBuilderId test_expr, SqlBuilderId else_expr, ...)
Creates a new CASE ... WHEN ... THEN ... ELSE ... END expression.
Parameters:
| 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 |
Returns:
|
the ID of the new expression, or |