Returns the name of the execution tree.

1 system.function.getCallTree

<system.function.getCallTree />
Example

Obtains the name of the execution tree.

Copy
<xsql-script name='system_function_getCallTree_sample1'>
    <body>
        <println>
            <system.function.getCallTree />
        </println>
    </body>
</xsql-script>

An example of returned value would be:

Copy
system_function_getCallTree_sample1