List the users connected to the databases with detailed information about the connection.
1 system.getConnectedUsers
Deprecated
Deprecated since September 2016<system.getConnectedUsers />
Returns | |
---|---|
Type | Description |
string | Connected users. |
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>