Skip to content

Case

SQLForeignKeyAction.setDefault

The SET DEFAULT behavior.
case setDefault

Discussion

SET DEFAULT specifies that a violation of a foreign key constraint shall result in setting the values of the columns comprising the constraint to their respective default values. The resulting contents of the updated row must comprise a valid reference to the foreign table.