Usato per la formattazione di un parametro di tabella come tabella.
FNC_PARSE_TABLE_PARAMETER (TEXT)
|
Nome |
Tipo |
Descrizione |
|---|---|---|
|
TEXT (Testo) |
table_value |
Testo della rappresentazione XML interna di un parametro di tabella. |
Restituisce una tabella come il testo contenente i dati memorizzati nel parametro di tabella.
Nessuno.
FNC_PARSE_TABLE_PARAMETER (TEXT)
in cui TEXT contiene:
<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>02/05/2008 00:00:00</c3date>
</Elem>
<Elem>
<c1string>str2</c1string>
<c2number>2</c2number>
<c3date>28/02/2008 00:00:00</c3date>
</Elem>
</TableElements>
</Table>
restituisce la tabella seguente:
|
c1string |
c2number |
c3date |
|
str1 |
1 |
05/02/2008 00:00:00 |
|
str2 |
2 |
28/02/2008 00:00:00 |
| Copyright © 2012 CA. Tutti i diritti riservati. | Contatta CA Technologies |