public class JDBCConnectionCredentials extends Object implements Serializable
Constructor and Description |
---|
JDBCConnectionCredentials(String connectionString,
String username,
String password)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getConnectionString()
Returns the JDBC connection string.
|
String |
getPassword()
Returns the password.
|
String |
getUsername()
Returns the username.
|
Copyright © 2013. All Rights Reserved.