execute_while

Function execute_while 

Source
pub fn execute_while(
    condition: &Expression,
    statements: &[ProceduralStatement],
    ctx: &mut ExecutionContext,
    db: &mut Database,
) -> Result<ControlFlow, ExecutorError>
Expand description

Execute WHILE loop