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 />
Returns | |
---|---|
Type | Description |
Arraylist | Returns the list of the deleted tables in the process. |
Example
Copy
<xsql-script name='sample_releaseSavepoint'> <body> <println> <connection.releaseTemporaryTables/> </println> </body> </xsql-script>