where the following is true:
- database
- Name of the database where the macro to be executed resides.
- name
- Name of the macro resident in the database to be executed.
- DELETE/DEL
- Keyword indicating a DELETE statement is being executed by the macro.
- INSERT/INS
- Keyword indicating an INSERT statement is being executed by the macro.
- UPDATE/UPD
- Keyword indicating an UPDATE statement is being executed by the macro.
- UPSERT/UPS
- Keyword indicating an Atomic upsert is being executed by the macro.