FinishSuperFileTransaction.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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="1" frame="all" rowsep="1">
  15. <tgroup cols="2">
  16. <colspec colwidth="80.50pt" />
  17. <colspec />
  18. <tbody>
  19. <row>
  20. <entry><emphasis>rollback</emphasis></entry>
  21. <entry>Optional. A boolean flag that indicates whether to commit
  22. (FALSE) or roll back (TRUE) the transaction. If omitted, the default
  23. is FALSE.</entry>
  24. </row>
  25. <row>
  26. <entry>Return:<emphasis> </emphasis></entry>
  27. <entry>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 transaction is
  35. committed atomically and the transaction frame closes. Otherwise, the
  36. transaction is rolled back and the transaction frame closes.</para>
  37. <para>Example:</para>
  38. <programlisting format="linespecific">STD.File.FinishSuperFileTransaction();</programlisting>
  39. </sect1>