用于按照表格式来格式化表参数。
FNC_PARSE_TABLE_PARAMETER (TEXT)
|
名称 |
类型 |
说明 |
|---|---|---|
|
TEXT |
table_value |
表参数的内部 XML 表示形式的文本。 |
返回的表类似于包含存储在表参数中的数据的文本。
无。
FNC_PARSE_TABLE_PARAMETER (TEXT)
其中,TEXT 包含:
<Table>
<TableStructure>
<Col Name="c1string" Index="Y" Mandatory="N" Type="Text" DefaultValue="" />
<Col Name="c2number" Index="N" Mandatory="N" Type="Number" DefaultValue="" />
<Col Name="c3date" Index="N" Mandatory="N" Type="Date" DefaultValue="" />
</TableStructure>
<TableElements>
<Elem>
<c1string>str1</c1string>
<c2number>1</c2number>
<c3date>05/02/2008 00:00:00</c3date>
</Elem>
<Elem>
<c1string>str2</c1string>
<c2number>2</c2number>
<c3date>28/02/2008 00:00:00</c3date>
</Elem>
</TableElements>
</Table>
返回以下表:
|
c1string |
c2number |
c3date |
|
str1 |
1 |
05/02/2008 00:00:00 |
|
str2 |
2 |
28/02/2008 00:00:00 |
| 版权所有 © 2012 CA。 保留所有权利。 | 就该主题发送电子邮件至 CA Technologies |