Skip to content

Case

SQLForeignKeyAction.cascade

The CASCADE behavior.
case cascade

Discussion

CASCADE specifies that the action which triggered the constraint violation shall be forwarded to the referenced foreign row(s) (causing them to be deleted or updated as appropriate). Cascading foreign key behaviors are recursive.