GetColumnMapping.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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="GetColumnMapping">
  5. <title>GetColumnMapping</title>
  6. <para><emphasis>result</emphasis> <emphasis role="bold"> :=
  7. STD.File.GetColumnMapping<indexterm>
  8. <primary>STD.File.GetColumnMapping</primary>
  9. </indexterm><indexterm>
  10. <primary>File.GetColumnMapping</primary>
  11. </indexterm><indexterm>
  12. <primary>GetColumnMapping</primary>
  13. </indexterm>(</emphasis> <emphasis> file </emphasis> <emphasis
  14. role="bold">);</emphasis></para>
  15. <informaltable colsep="1" frame="all" rowsep="1">
  16. <tgroup cols="2">
  17. <colspec colwidth="80.50pt" />
  18. <colspec />
  19. <tbody>
  20. <row>
  21. <entry><emphasis>file</emphasis></entry>
  22. <entry>A null-terminated string containing the logical
  23. filename.</entry>
  24. </row>
  25. <row>
  26. <entry>Return:<emphasis> </emphasis></entry>
  27. <entry>GetColumnMapping returns a null-terminated string containing
  28. the comma-delimited list of field mappings for the
  29. <emphasis>file</emphasis>.</entry>
  30. </row>
  31. </tbody>
  32. </tgroup>
  33. </informaltable>
  34. <para>The <emphasis role="bold">GetColumnMapping </emphasis>function returns
  35. the field mappings for the <emphasis>file</emphasis>, in the same format
  36. specified for the SetColumnMapping function.</para>
  37. <para>Example:</para>
  38. <programlisting format="linespecific">Maps := STD.File.GetColumnMapping('Thor::in::SomeFile');
  39. </programlisting>
  40. </sect1>