Module choose_node

Source

Structsยง

ChooseNode
Represents a choose node in py_sql. It provides a way to conditionally execute different blocks of SQL, similar to a switch statement. It must contain one or more when child nodes and can optionally have an otherwise child node.