Remove the temporary tables generated in the root script and returns an Array with the deleted tables. It does not eliminate the temporary tables generated in the jrep.

1 connection.releaseTemporayTables

<connection.releaseTemporayTables />
Example
Copy
<xsql-script name='sample_releaseSavepoint'>
    <body>
        <println>
           <connection.releaseTemporaryTables/>
        </println>      
    </body>
</xsql-script>