Structs§
- When
Node - Represents a
whennode in py_sql. It’s used as a child of achoosenode to define a conditional block of SQL. The SQL block withinwhenis executed if itstestcondition evaluates to true and no precedingwhenin the samechoosewas true.