Exit Points SQL

At various program locations, you can write your own rules to customize methods. In your program, you write a rule using one of the AMB-supplied predefined rule names, and AMB automatically invokes it at its proper location. You can write rules that are automatically invoked at the beginning and end of the processing using either of these predefined rule name formats.
Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.

Target:

SQL

Formats:

DB-ERASE
$D2-DB-ERASE-BEGIN-EXIT
$D2-DB-ERASE-END-EXIT
DB-MODIFY
$D2-DB-MODIFY-BEGIN-EXIT
$D2-DB-MODIFY-END-EXIT
DB-OBTAIN
$D2-DB-OBTAIN-BEGIN-EXIT
$D2-DB-OBTAIN-END-EXIT
DB-PROCESS
$D2-DB-PROCESS-BEGIN-EXIT
$D2-DB-PROCESS-END-EXIT
DB-STORE
$D2-DB-STORE-BEGIN-EXIT
$D2-DB-STORE-END-EXIT