XML.SQLExport output description

Previous Next

This help topic describes elements of an XML.SQLExport result document such as the following:

<SQLXMLExport>
    <Meta>
      <OutputExpressions>
        <Column tableName="TOUR" tableAlias="t1" name="DESTINATION" alias="Dest_Before_Connection" prompt="Tour Destination" />
        <Column tableName="TOUR" tableAlias="t2" name="DESTINATION" alias="Dest_After_Connection" prompt="Tour Destination" />
        <Expression alias="tour_title">t1.destination </Expression>
      </OutputExpressions>
    </Meta>
    <Rows>
      <Row>
      <Field Alias="a">1</Field>
      <Field Alias="b">1</Field>
      <Field Alias="decoded">b</Field>
      </Row>
      <Row>
        <Field Alias="a">4</Field>
        <Field Alias="b">2</Field>
        <Field Alias="decoded">c</Field>
      </Row>
    </Rows>
</SQLXMLExport>

 

 

collapse<SQLXMLExport>
collapse<Meta>, <OutputExpressions>
collapse<Column>
collapse<Expression>
collapse<Rows>
collapse<Row>
collapse<Field>