LogicalFileSuperOwners.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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="LogicalFileSuperOwners">
  5. <title>LogicalFileSuperOwners</title>
  6. <para><emphasis role="bold">STD.File.LogicalFileSuperOwners<indexterm>
  7. <primary>STD.File.LogicalFileSuperOwners</primary>
  8. </indexterm><indexterm>
  9. <primary>File.LogicalFileSuperOwners</primary>
  10. </indexterm><indexterm>
  11. <primary>LogicalFileSuperOwners</primary>
  12. </indexterm>(</emphasis> <emphasis> </emphasis> <emphasis role="bold">
  13. </emphasis> <emphasis>filename </emphasis> <emphasis role="bold">
  14. )</emphasis></para>
  15. <informaltable colsep="0" frame="none" rowsep="0">
  16. <tgroup cols="2">
  17. <colspec colwidth="80.50pt" />
  18. <colspec />
  19. <tbody>
  20. <row>
  21. <entry><emphasis>filename</emphasis></entry>
  22. <entry>A null-terminated string containing the logical name of the
  23. file.</entry>
  24. </row>
  25. <row>
  26. <entry>Return:<emphasis> </emphasis></entry>
  27. <entry>LogicalFileSuperOwners returns a dataset in the following
  28. format:</entry>
  29. </row>
  30. </tbody>
  31. </tgroup>
  32. </informaltable>
  33. <programlisting>EXPORT FsLogicalFileNameRecord := RECORD
  34. STRING name;
  35. END;</programlisting>
  36. <para>The <emphasis role="bold">LogicalFileSuperOwners </emphasis>function
  37. returns a list of the logical filenames of all the SuperFiles that contain
  38. the <emphasis>filename</emphasis> as a sub-file.</para>
  39. <para>This function is not included in a superfile transaction.</para>
  40. <para>Example:</para>
  41. <programlisting format="linespecific">OUTPUT(STD.File.LogicalFileSuperowners('~CLASS::RT::SF::Daily1'));
  42. //returns all SuperFiles that “own” the Daily1 file</programlisting>
  43. </sect1>