Control Code

The run method for a Stored Procedure that that contains application logic intermixed with invocations of those queries. The control code can batch together multiple query invocations together and issue them for execution all at once. The system stalls the transaction until the results for these queries are retrieved.

Glossary Term Usage