FinishSuperFileTransaction.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
  4. <sect1 id="FinishSuperFileTransaction">
  5. <title>FinishSuperFileTransaction</title>
  6. <para><emphasis role="bold">STD.File.FinishSuperFileTransaction<indexterm>
  7. <primary>STD.File.FinishSuperFileTransaction</primary>
  8. </indexterm><indexterm>
  9. <primary>File.FinishSuperFileTransaction</primary>
  10. </indexterm><indexterm>
  11. <primary>FinishSuperFileTransaction</primary>
  12. </indexterm>( [ </emphasis> <emphasis>rollback </emphasis> <emphasis
  13. role="bold">] )</emphasis></para>
  14. <informaltable colsep="0" frame="none" rowsep="0">
  15. <tgroup cols="2">
  16. <colspec colwidth="80.50pt" />
  17. <colspec />
  18. <tbody>
  19. <row>
  20. <entry><emphasis>rollback</emphasis> </entry><entry>
  21. Optional. A boolean flag that indicates
  22. whether to commit (FALSE) or roll back (TRUE) the transaction. If omitted,
  23. the default is FALSE.</entry>
  24. </row>
  25. <row>
  26. <entry>Return:<emphasis> </emphasis></entry><entry>
  27. Null.</entry>
  28. </row>
  29. </tbody>
  30. </tgroup>
  31. </informaltable>
  32. <para>The <emphasis role="bold">FinishSuperFileTransaction
  33. </emphasis>function terminates a superfile maintenance transaction frame. If
  34. the <emphasis>rollback</emphasis> flag is FALSE, the transction is committed
  35. atomically and the transaction frame closes. Otherwise, the transaction is
  36. rolled back and the transaction frame closes.</para>
  37. <para>Example:</para>
  38. <programlisting format="linespecific">STD.File.FinishSuperFileTransaction();</programlisting>
  39. </sect1>