Module when_node

Source

Structs§

WhenNode
Represents a when node in py_sql. It’s used as a child of a choose node to define a conditional block of SQL. The SQL block within when is executed if its test condition evaluates to true and no preceding when in the same choose was true.