1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
- "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
- <sect1 id="FinishSuperFileTransaction">
- <title>FinishSuperFileTransaction</title>
- <para><emphasis role="bold">STD.File.FinishSuperFileTransaction<indexterm>
- <primary>STD.File.FinishSuperFileTransaction</primary>
- </indexterm><indexterm>
- <primary>File.FinishSuperFileTransaction</primary>
- </indexterm><indexterm>
- <primary>FinishSuperFileTransaction</primary>
- </indexterm>( [ </emphasis> <emphasis>rollback </emphasis> <emphasis
- role="bold">] )</emphasis></para>
- <informaltable colsep="0" frame="none" rowsep="0">
- <tgroup cols="2">
- <colspec colwidth="80.50pt" />
- <colspec />
- <tbody>
- <row>
-
- <entry><emphasis>rollback</emphasis> </entry><entry>
- Optional. A boolean flag that indicates
- whether to commit (FALSE) or roll back (TRUE) the transaction. If omitted,
- the default is FALSE.</entry>
- </row>
- <row>
- <entry>Return:<emphasis> </emphasis></entry><entry>
- Null.</entry>
- </row>
- </tbody>
- </tgroup>
- </informaltable>
- <para>The <emphasis role="bold">FinishSuperFileTransaction
- </emphasis>function terminates a superfile maintenance transaction frame. If
- the <emphasis>rollback</emphasis> flag is FALSE, the transction is committed
- atomically and the transaction frame closes. Otherwise, the transaction is
- rolled back and the transaction frame closes.</para>
- <para>Example:</para>
- <programlisting format="linespecific">STD.File.FinishSuperFileTransaction();</programlisting>
- </sect1>
|