forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
32 lines
3.9 KiB
HTML
32 lines
3.9 KiB
HTML
<a name="EN-US_TOPIC_0000001098990634"></a><a name="EN-US_TOPIC_0000001098990634"></a>
|
|
|
|
<h1 class="topictitle1">COMMIT | END</h1>
|
|
<div id="body8662426"><div class="section" id="EN-US_TOPIC_0000001098990634__s0d3ca8616af547e6be5e90a5ec5cac33"><h4 class="sectiontitle">Function</h4><p id="EN-US_TOPIC_0000001098990634__a26b3d789a5664a1f99da551ee184da08"><strong id="EN-US_TOPIC_0000001098990634__b828708115913">COMMIT</strong> or <strong id="EN-US_TOPIC_0000001098990634__b7458376115913">END</strong> commits all operations of a transaction.</p>
|
|
</div>
|
|
<div class="section" id="EN-US_TOPIC_0000001098990634__s33b7e864a2944dd4b1f339689570014e"><h4 class="sectiontitle">Precautions</h4><p id="EN-US_TOPIC_0000001098990634__af100cc7189904809a25bf37ec49d190c">Only the transaction creators or system administrators can run the <strong id="EN-US_TOPIC_0000001098990634__b12045553115913">COMMIT</strong> command. The creation and commit operations must be in different sessions.</p>
|
|
</div>
|
|
<div class="section" id="EN-US_TOPIC_0000001098990634__s76502c677cd8492ca777b232c3f9d776"><h4 class="sectiontitle">Syntax</h4><div class="codecoloring" codetype="Sql" id="EN-US_TOPIC_0000001098990634__s43272c85f0864a94b4c250cf6637604d"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal">1</span></pre></div></td><td class="code"><div><pre><span></span><span class="err">{</span><span class="w"> </span><span class="k">COMMIT</span><span class="w"> </span><span class="o">|</span><span class="w"> </span><span class="k">END</span><span class="w"> </span><span class="err">}</span><span class="w"> </span><span class="p">[</span><span class="w"> </span><span class="k">WORK</span><span class="w"> </span><span class="o">|</span><span class="w"> </span><span class="k">TRANSACTION</span><span class="w"> </span><span class="p">]</span><span class="w"> </span><span class="p">;</span><span class="w"></span>
|
|
</pre></div></td></tr></table></div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="section" id="EN-US_TOPIC_0000001098990634__s32b16601825e48669f80ff4f933234ff"><h4 class="sectiontitle">Parameter Description</h4><ul id="EN-US_TOPIC_0000001098990634__uf1b6e80ccb244d809b3ff5b95a4c2ed7"><li id="EN-US_TOPIC_0000001098990634__lccf7a4313b8e47a39d25731896285e37"><strong id="EN-US_TOPIC_0000001098990634__a6b9d6d70c9174b0998fa227487703de2">COMMIT | END</strong><p id="EN-US_TOPIC_0000001098990634__a2e13191a41924eb4968b75d532df4eea">Commits the current transaction and makes all changes made by the transaction become visible to others.</p>
|
|
</li><li id="EN-US_TOPIC_0000001098990634__l8651e51e0c3c4e1e932b32f1ce55c39f"><strong id="EN-US_TOPIC_0000001098990634__a7e55023f6cf84516b09755dc13a734fe">WORK | TRANSACTION</strong><p id="EN-US_TOPIC_0000001098990634__a555d867bebf648f3bb52d89125b2c049">Optional keyword has no effect except increasing readability.</p>
|
|
</li></ul>
|
|
</div>
|
|
<div class="section" id="EN-US_TOPIC_0000001098990634__s2153f8bc7639420180ba5c484279aea7"><h4 class="sectiontitle">Examples</h4><p id="EN-US_TOPIC_0000001098990634__p599517477173">Commit the transaction to make all changes permanent.</p>
|
|
<div class="codecoloring" codetype="Sql" id="EN-US_TOPIC_0000001098990634__s61049b853ba74c92b9dde3e7a4922b78"><div class="highlight"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre><span class="normal">1</span></pre></div></td><td class="code"><div><pre><span></span><span class="k">COMMIT</span><span class="p">;</span><span class="w"></span>
|
|
</pre></div></td></tr></table></div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="section" id="EN-US_TOPIC_0000001098990634__s32824095b811432c85245affd54c5bb2"><h4 class="sectiontitle">Helpful Links</h4><p id="EN-US_TOPIC_0000001098990634__a4077a1eac20445dd84105796750933c0"><a href="dws_06_0266.html">ROLLBACK</a></p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="dws_06_0254.html">TCL Syntax</a></div>
|
|
</div>
|
|
</div>
|
|
|