123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?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="Node">
- <title>Node</title>
- <para><emphasis role="bold">STD.System.Thorlib.Node<indexterm>
- <primary>STD.System.Thorlib.Node</primary>
- </indexterm><indexterm>
- <primary>System.Thorlib.Node</primary>
- </indexterm><indexterm>
- <primary>Thorlib.Node</primary>
- </indexterm><indexterm>
- <primary>Node</primary>
- </indexterm>(</emphasis> <emphasis> </emphasis> <emphasis
- role="bold">)</emphasis></para>
- <informaltable colsep="1" frame="all" rowsep="1">
- <tgroup cols="2">
- <colspec colwidth="80.50pt" />
- <colspec />
- <tbody>
- <row>
- <entry>Return:<emphasis> </emphasis></entry>
- <entry>Node returns an UNSIGNED INTEGER4 value.</entry>
- </row>
- </tbody>
- </tgroup>
- </informaltable>
- <para>The <emphasis role="bold">Node </emphasis>function returns the
- (zero-based) number of the Data Refinery (Thor) or Rapid Data Delivery
- Engine (Roxie) node.</para>
- <para>Example:</para>
- <programlisting format="linespecific">A := STD.System.Thorlib.Node();</programlisting>
- </sect1>
|