Difference between revisions of "XML SCATTER()"

From Lianjapedia
Jump to: navigation, search
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Return the contents of a record formatted as XML
 
Return the contents of a record formatted as XML
 
  
 
==Syntax==
 
==Syntax==
 
XML_SCATTER([<expN>|<expC>])
 
XML_SCATTER([<expN>|<expC>])
 
  
 
==See Also==
 
==See Also==
[[MQCLOSE()]], [[MQCREATE()]], [[MQCURMSGS()]], [[MQOPEN()]],  [[MQSEND()]], [[MQRECEIVE()]], [[MQUNLINK()]], [[XML]], [[XML_DECODE()]], [[XML_ENCODE()]], [[XML_GATHER()]]
+
[[MQCLOSE()]], [[MQCREATE()]], [[MQCURMSGS()]], [[MQOPEN()]],  [[MQSEND()]], [[MQRECEIVE()]], [[MQUNLINK()]], [[PRINT XML()]], [[XML]], [[XML_DECODE()]], [[XML_ENCODE()]], [[XML_GATHER()]], [[XQUERY()]], [[XQUERY ATTRIBUTES()]], [[XQUERY_CLOSE()]], [[XQUERY_COUNT()]], [[XQUERY_DECODE()]], [[XQUERY_FILE()]], [[XQUERY_FIND()]], [[XQUERY_NODE()]], [[XQUERY_OPEN()]], [[XQUERY_SELECT()]]
 
+
  
 
==Description==
 
==Description==
 
The XML_SCATTER() function returns a character string containing the contents of the current record in the current table formatted as XML.  If the optional workarea number <expN> or alias name <expC> is specified, the function will operate on the table referenced.
 
The XML_SCATTER() function returns a character string containing the contents of the current record in the current table formatted as XML.  If the optional workarea number <expN> or alias name <expC> is specified, the function will operate on the table referenced.
 
  
 
==Example==
 
==Example==
Line 22: Line 18:
 
</code>
 
</code>
  
 
==Products==
 
Recital, Recital Server
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:XML]]
 
[[Category:XML]]
[[Category:XML Functions]]
+
[[Category:Cursor Functions]]
 +
[[Category:Lianja VFP Extensions]]
 +
[[Category:VFP Function Extensions]]

Latest revision as of 08:36, 29 February 2016

Purpose

Return the contents of a record formatted as XML

Syntax

XML_SCATTER([<expN>|<expC>])

See Also

MQCLOSE(), MQCREATE(), MQCURMSGS(), MQOPEN(), MQSEND(), MQRECEIVE(), MQUNLINK(), PRINT XML(), XML, XML_DECODE(), XML_ENCODE(), XML_GATHER(), XQUERY(), XQUERY ATTRIBUTES(), XQUERY_CLOSE(), XQUERY_COUNT(), XQUERY_DECODE(), XQUERY_FILE(), XQUERY_FIND(), XQUERY_NODE(), XQUERY_OPEN(), XQUERY_SELECT()

Description

The XML_SCATTER() function returns a character string containing the contents of the current record in the current table formatted as XML. If the optional workarea number <expN> or alias name <expC> is specified, the function will operate on the table referenced.

Example

open database southwind
use shippers
cVar = xml_scatter()