ServerName
- Last Updated: February 9, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies either the IP address or the server name (if your network supports named servers) of the primary database server. This property is supported only for data source connections.
Valid Values
string
where:
- string
- is a valid IP address or server name.
The IP address can be specified in either IPv4 or IPv6 format, or a combination of the two.
Example
122.23.15.12 or MyImpalaServer
Data Source Method
public String getServerName()
public void setServerName(String)
Default
None
Data Type
String