57 lines
3.7 KiB
HTML
57 lines
3.7 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="concept" />
|
||
|
<meta name="DC.Title" content="Details: Specify referential constraint update rules" />
|
||
|
<meta name="abstract" content="This topic lists the possible values for the UPDRULE parameter. The UPDRULE parameter identifies the update rule for the constraint relationship between parent and dependent files. The update rule specifies the action the system takes when it attempts to update the parent file." />
|
||
|
<meta name="description" content="This topic lists the possible values for the UPDRULE parameter. The UPDRULE parameter identifies the update rule for the constraint relationship between parent and dependent files. The update rule specifies the action the system takes when it attempts to update the parent file." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rbaforzahfrck.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rbaforzahfrcm" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Details: Specify referential constraint update rules</title>
|
||
|
</head>
|
||
|
<body id="rbaforzahfrcm"><a name="rbaforzahfrcm"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Details: Specify referential constraint update rules</h1>
|
||
|
<div><p>This topic lists the possible values for the UPDRULE parameter.
|
||
|
The UPDRULE parameter identifies the update rule for the constraint relationship
|
||
|
between parent and dependent files. The update rule specifies the action the
|
||
|
system takes when it attempts to update the parent file.</p>
|
||
|
<div class="p"><ul><li>*NOACTION (the default value) <ul><li>Record update in a parent file does not occur if there is a matching foreign
|
||
|
key value in the dependent file.</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li>*RESTRICT <ul><li>Record update in a parent file does not occur if a value of the non-null
|
||
|
parent key matches a foreign key value.</li>
|
||
|
</ul>
|
||
|
<div class="note"><span class="notetitle">Note:</span> The system enforces an update *RESTRICT rule immediately when
|
||
|
you attempt the update operation. The system enforces other constraints at
|
||
|
the logical end of the operation. For example, a trigger program can add a
|
||
|
parent record if one does not exist. The *RESTRICT rule does not prevent the
|
||
|
violation.</div>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbaforzahfrck.htm" title="Referential constraints allow you to specify rules that you want the system to enforce when you delete or update records.">Specify referential constraint rules</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|