Structsยง
- Choose
Node - 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 morewhen
child nodes and can optionally have anotherwise
child node.