README.context_variables2 (Firebird-3.0.2.32703-0.tar.bz2) | : | README.context_variables2 (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 59 | skipping to change at line 59 | |||
context. USER_TRANSACTION namespace offers the same possibilities for | context. USER_TRANSACTION namespace offers the same possibilities for | |||
individual transactions. | individual transactions. | |||
SYSTEM namespace provides read-only access to the following variables. | SYSTEM namespace provides read-only access to the following variables. | |||
Variable name Value | Variable name Value | |||
------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | |||
NETWORK_PROTOCOL | The network protocol used by client to connect. Currently | NETWORK_PROTOCOL | The network protocol used by client to connect. Currently | |||
| used values: "TCPv4", "TCPv6", "WNET", "XNET" and NULL | | used values: "TCPv4", "TCPv6", "WNET", "XNET" and NULL | |||
| | | | |||
WIRE_COMPRESSED | Compression status of current connection. | ||||
| If connection is compressed - returns "TRUE", if it is | ||||
| not compressed - returns "FALSE". | ||||
| If connection is embedded - returns NULL. | ||||
| | ||||
WIRE_ENCRYPTED | Encryption status of current connection. | ||||
| Value is the same as for compression status above. | ||||
| | ||||
CLIENT_ADDRESS | The wire protocol address and port number of remote client | CLIENT_ADDRESS | The wire protocol address and port number of remote client | |||
| represented as string. Value is IP address concatenated wi th | | represented as string. Value is IP address concatenated wi th | |||
| port number using the '/' separator character. Value is | | port number using the '/' separator character. Value is | |||
| returned for TCPv4 and TCPv6 protocols only, for all other | | returned for TCPv4 and TCPv6 protocols only, for all other | |||
| protocols NULL is returned | | protocols NULL is returned | |||
| | | | |||
CLIENT_HOST | The wire protocol host name of remote client. Value is | CLIENT_HOST | The wire protocol host name of remote client. Value is | |||
| returned for all supported protocols | | returned for all supported protocols | |||
| | | | |||
CLIENT_PID | Process ID of remote client application | CLIENT_PID | Process ID of remote client application | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 8 lines changed or added |