Structs§
- When
Node - Represents a
when
node in py_sql. It’s used as a child of achoose
node to define a conditional block of SQL. The SQL block withinwhen
is executed if itstest
condition evaluates to true and no precedingwhen
in the samechoose
was true.