networkAddress

networkAddress(): String;

The networkAddress method of the Node class returns a string whose contents depend on the type of transport used for the connection to the database server.

When the transport is TCP/IP, the string contains the IP address used by the client for the connection to the database server; for example, 127.0.0.1 or ::1.

When the transport is JadeLocal, the returned string is empty.

When the transport is HPSM, the returned string contains "procNNNN", where the NNNN value is the decimal number of the process at the other end of the connection.