Returns a table with the values of the activity of the current session.

1 connection.metadata.getSessionActivity

<connection.metadata.getSessionActivity />
Example

Obtaint he activity in the current session.

Copy
<xsql-script name='connection_getSessionActivity_test1'>
    <body>
        <println>
           <connection.metadata.getSessionActivity />
        </println>
    </body>
</xsql-script>
Copy
Activity of the connection.