ServerName
- Last Updated: September 20, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- MongoDB 6.1
- Documentation
Purpose
Specifies either the IP address in IPv4 or IPv6 format, the server name (if your network supports named servers) of the primary database server, or the domain name of a clustered environment.
Valid Values
string
where:
string
is a valid IP address or server name.
Data Source Methods
public String getServerName()
public void setServerName(String)
Default Value
None
Data Type
String