@Generated public class OdbcParams extends Object
| Constructor and Description |
|---|
OdbcParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHostname() |
String |
getPath() |
Long |
getPort() |
String |
getProtocol() |
int |
hashCode() |
OdbcParams |
setHostname(String hostname) |
OdbcParams |
setPath(String path) |
OdbcParams |
setPort(Long port) |
OdbcParams |
setProtocol(String protocol) |
String |
toString() |
public OdbcParams setHostname(String hostname)
public String getHostname()
public OdbcParams setPath(String path)
public String getPath()
public OdbcParams setPort(Long port)
public Long getPort()
public OdbcParams setProtocol(String protocol)
public String getProtocol()
Copyright © 2024. All rights reserved.