Order of Operations
The following is the order of operations for a file on which commitment
control has not been started:
- BEFORE trigger fired
- Referential constraint processed for *RESTRICT
- Check constraint processed
- I/O operation processed
- AFTER trigger fired
- Referential constraints, other than *RESTRICT, processed.
The following is the order of operations for a file on which commitment
control has been started:
- BEFORE trigger fired
- Referential constraint processed for *RESTRICT
- I/O operation processed
- AFTER trigger fired
- Referential constraints, other than *RESTRICT, processed
- Check constraint processed.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.