Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Tools : XMLSTARTTAB

XMLSTARTTAB
Returns the data of a table instance to the OIG client. (C)
Invocation
CALL XMLSTARTTAB(tablename, format, predicate, parm)
 
Usage Notes
XMLSTARTTAB returns to the OIG client the data of the specified table instance and that of any output tables defined for the transaction.
XMLSTARTTAB sends tables to the OIG client as XML documents but accesses them by client code through tabular interfaces.
Example
 

 
RULE EDITOR ===> SCROLL: P
XMLEXAMPLE;
_
_ ---------------------------------------------------------------------------
_ ------------------------------------------------------------+--------------
_ CALL XMLSTARTTAB('ECTSGETARG('TABLESPEC'), ECTSRETURNARG( ¦ 1
_ 'SCHEMATYPE'), ECTSRETURNARG('SELECTSTRING'), ¦
_ ECTSRETURNARG('PARMSTRING')); ¦
_ ---------------------------------------------------------------------------

 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved