XMLELEMENT - scalar function to create an XML element.
XMLELEMENT——创建X ml元素的标量函数。
The fields without an explicit @XmlElement annotation will have the XML element named the same as themselves.
没有明确 @XmlElement注释的字段将包含一个名称与之相同的XML元素。
XMLATTRIBUTES - scalar function to create element attributes (must always be used within an XMLELEMENT function).
XMLATTRIBUTES——创建元素属性的标量函数(必须总是用于xmlelement函数中)。
Combining the XMLELEMENT and XMLATTRIBUTES scalar functions, it is possible to set the basic elements that form an XML document.
将XMLELEMENT和XMLATTRIBUTES这两种标量函数相结合,就可设置形成XML文档的基本元素。
Publishing functions like xmlelement, xmlattributes and the like can be used to transform relational values into an XML document.
诸如xmlelement、xmlattributes等发布函数可用来将关系值转换为xml文档。
This CREATE trigger statement will fail because the action part of the trigger is using the XMLELEMENT function on transition variable n.info.
这个CREATETRIGGER语句将失败,因为触发器的操作部分在过渡变量n.i nfo上使用了xmlelement函数。
In DB2 9 to get the same result, xmlelement needs to be applied to each of the column values in addition to providing the element name explicitly.
在DB 29中,为了得到相同结果,除了显式地提供元素名称,还需要将xmlelement应用到每个列值。
The stored procedure TAGXML composes an XML document from relational data using XMLELEMENT and other similar DB2 functions known as publishing functions.
存储过程TAGXML使用XMLELEMENT和其他相似的DB2发布函数用关系数据组合出xml文档。
The stored procedure TAGXML composes an XML document from relational data using XMLELEMENT and other similar DB2 functions known as publishing functions.
存储过程TAGXML使用XMLELEMENT和其他相似的DB2发布函数用关系数据组合出xml文档。
应用推荐