123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?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="GetColumnMapping">
- <title>GetColumnMapping</title>
- <para><emphasis>result</emphasis> <emphasis role="bold"> :=
- STD.File.GetColumnMapping<indexterm>
- <primary>STD.File.GetColumnMapping</primary>
- </indexterm><indexterm>
- <primary>File.GetColumnMapping</primary>
- </indexterm><indexterm>
- <primary>GetColumnMapping</primary>
- </indexterm>(</emphasis> <emphasis> file </emphasis> <emphasis
- role="bold">);</emphasis></para>
- <informaltable colsep="1" frame="all" rowsep="1">
- <tgroup cols="2">
- <colspec colwidth="80.50pt" />
- <colspec />
- <tbody>
- <row>
- <entry><emphasis>file</emphasis></entry>
- <entry>A null-terminated string containing the logical
- filename.</entry>
- </row>
- <row>
- <entry>Return:<emphasis> </emphasis></entry>
- <entry>GetColumnMapping returns a null-terminated string containing
- the comma-delimited list of field mappings for the
- <emphasis>file</emphasis>.</entry>
- </row>
- </tbody>
- </tgroup>
- </informaltable>
- <para>The <emphasis role="bold">GetColumnMapping </emphasis>function returns
- the field mappings for the <emphasis>file</emphasis>, in the same format
- specified for the SetColumnMapping function.</para>
- <para>Example:</para>
- <programlisting format="linespecific">Maps := STD.File.GetColumnMapping('Thor::in::SomeFile');
- </programlisting>
- </sect1>
|