资 源 简 介
If you have not enabled cascade delete option on a table while creating it, you need to figure out the dependencies in order to delete a row from the table by ensuring that all children rows are deleted. This is a cumbersome process and the script can change over a period of time when new children are added.
This is a groovy project to dynamically generate the delete statements in the order they need to be executed.