# `Selecto.Builder.CaseExpression`

SQL generation for PostgreSQL CASE expressions.

Generates SQL for both simple and searched CASE expressions with proper
condition handling, value escaping, and PostgreSQL-specific syntax.

# `build_case_expression`

Build CASE expression SQL from specification.

Returns {case_expression_iodata, parameters} tuple with proper PostgreSQL
CASE syntax and parameter bindings.

# `build_case_for_select`

Build CASE expression SQL for SELECT clause integration.

Returns formatted CASE expression with proper aliasing for column selection.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
