Appearance
Show Connection
Shows the active connection.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Read | All |
Parameters
None
Result
| Name | Type | Description |
|---|---|---|
| User | string | Name of the connected user. |
| Uid | string | Unique ID, to identify the connection which is used for subsequent commands. |
| Database | string | Name of the connected database. |
| ClientUserAgentHash | string | Hash of the client user agent. |
| ClientIpHash | string | Hash of the client IP address. |
| ServerHost | string | Ip address of the server. |
| ServerPort | integer | Port of the server. |
| Sys | boolean | 'True' if user is 'Sys'. |
| SysTech | boolean | 'True' if user is 'SysTech'. |
| Admin | boolean | If 'True' the connected user has admin permissions. |
| Designer | boolean | If 'True' the connected user has designer permissions. |
| Import | boolean | If 'True' the connected user has the permission to import data ('Import Dimension', 'Import Table'...), independent of database permissions. |
| Fixed | boolean | If 'True' the connected user cannot be changed ('Sys' or 'SysTech'). |
Code
text
SHOW CONNECTION