public interface ServerInfo
Modifier and Type | Method and Description |
---|---|
String |
address()
Returns a string telling the address of the server the query was executed.
|
String |
agent()
Returns server agent string by which the remote server identifies itself.
|
String |
protocolVersion()
Returns Bolt protocol version with which the remote server communicates.
|
String |
version()
Deprecated.
in 4.3, please use
agent() , protocolVersion() , or call the dbms.components procedure instead.
Method might be removed in the next major release. |
String address()
@Deprecated String version()
agent()
, protocolVersion()
, or call the dbms.components procedure instead.
Method might be removed in the next major release.String protocolVersion()
String agent()