public class JdbcConfiguration extends Object
| Constructor and Description |
|---|
JdbcConfiguration(String jdbcUrl,
String jdbcDriver,
String jdbcUser,
String jdbcPassword)
Creates an instance of
JdbcConfiguration |
| Modifier and Type | Method and Description |
|---|---|
String |
getJdbcDriver()
Returns the name of the JDBC driver to be used to connect to the
database.
|
String |
getJdbcPassword()
Returns the password to be used to connect to the database.
|
String |
getJdbcUrl()
Returns the JDBC connection url to be used to connect to the database
|
String |
getJdbcUser()
Returns the user name to be used to connect to the database.
|
public JdbcConfiguration(String jdbcUrl, String jdbcDriver, String jdbcUser, String jdbcPassword)
JdbcConfigurationjdbcUrl - the JDBC connection url to use to connect to the databasejdbcDriver - the name of a JDBC driver to use to connect to the databasejdbcUser - the JDBC connection user namejdbcPassword - the JDBC connection passwordpublic String getJdbcUrl()
public String getJdbcDriver()
public String getJdbcUser()
public String getJdbcPassword()
Copyright © 2014. All rights reserved.