public class ConnectionSpec extends Object
| Constructor and Description |
|---|
ConnectionSpec(String url,
String username,
String password)
Constructs a driver spec from the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Returns the password for the connection
|
String |
getUrl()
Returns the URL of the database
|
String |
getUser()
Returns the username for the connection
|
public final String getUrl()
public final String getUser()
public final String getPassword()
Copyright © 2014 Michael Beiter