List the users connected to the databases with detailed information about the connection.

1 system.getConnectedUsers

Deprecated

Deprecated since September 2016

<system.getConnectedUsers />
Example

Obtains a list with the data of the connected users.

Copy
<xsql-script name='system_getConnectedUsers_sample1'>
    <body>
        <println>
            <system.getConnectedUsers />
        </println>
    </body>
</xsql-script>