Jelajahi Sumber

Merge pull request #10202 from JamesDeFabia/HPCC-17944AddDetailstoSTOREDinLR

HPCC-17944 Add Details to STORED in LR

Reviewed-By: Richard Taylor <richard.taylor@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 8 tahun lalu
induk
melakukan
ba07379af2
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. 4 0
      docs/ECLLanguageReference/ECLR_mods/WkFlo-STORED.xml

+ 4 - 0
docs/ECLLanguageReference/ECLR_mods/WkFlo-STORED.xml

@@ -162,6 +162,10 @@
   <emphasis>attribute</emphasis> to be evaluated at a global scope instead of
   the enclosing scope.</para>
 
+  <para>STORED creates a storage space in the workunit where the interface can
+  place the values to pass to a published query. See <emphasis>Working with
+  Roxie</emphasis> in the <emphasis>Programmer's Guide</emphasis>.</para>
+
   <para>Example:</para>
 
   <programlisting>  COUNT(person) : STORED('myname');