public class JDBCUrl extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabase() |
HostAddress[] |
getHostAddresses() |
String |
getHostname() |
String |
getPassword() |
int |
getPort() |
String |
getUsername() |
static JDBCUrl |
parse(String url) |
String |
toString() |
public String getUsername()
public String getPassword()
public String getHostname()
public int getPort()
public String getDatabase()
public HostAddress[] getHostAddresses()
Copyright © 2014. All rights reserved.