Lines Matching refs:action
1718 # Each foreign key in the system has an ON UPDATE and ON DELETE action,
1721 # EVIDENCE-OF: R-33326-45252 The ON DELETE and ON UPDATE action
1727 # EVIDENCE-OF: R-19803-45884 If an action is not explicitly specified,
1747 -- Create some foreign keys that use the default action - "NO ACTION"
1774 # action is taken.
1812 # EVIDENCE-OF: R-04272-38653 The "RESTRICT" action means that the
1851 # RESTRICT action and normal foreign key constraint enforcement is that
1852 # the RESTRICT action processing happens as soon as the field is updated
1940 # attached to is deferred, configuring a RESTRICT action causes SQLite
2015 # EVIDENCE-OF: R-03353-05327 If the configured action is "SET NULL",
2100 # EVIDENCE-OF: R-61376-57267 A "CASCADE" action propagates the delete or
2103 # EVIDENCE-OF: R-61809-62207 For an "ON DELETE CASCADE" action, this
2141 # EVIDENCE-OF: R-13877-64542 For an "ON UPDATE CASCADE" action, it means
2145 # EVIDENCE-OF: R-61376-57267 A "CASCADE" action propagates the delete or
2224 # Verify that adding an FK action does not absolve the user of the
2228 # action does not mean that the foreign key constraint does not need to
2272 # action is configured, but there is no row in the parent table that
2367 # EVIDENCE-OF: R-27383-10246 An ON UPDATE action is only taken if the
2922 # Test that the maximum recursion depth of foreign key action programs is