- call-with-temporary-statements PROC DATABASE #!rest SQLSprocedure
Compiles the SQL sources into statements in the context of DATABASE, applies PROC to these statements and returns PROC's result. The statements are created and finalized in dynamic-wind entry and exit blocks around the application of PROC.