|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.akquinet.jbosscc.needle.db.operation.JdbcConfiguration
public class JdbcConfiguration
JDBC configuration properties.
| Constructor Summary | |
|---|---|
JdbcConfiguration(String jdbcUrl,
String jdbcDriver,
String jdbcUser,
String jdbcPassword)
Create an instance of JdbcConfiguration |
|
| Method Summary | |
|---|---|
String |
getJdbcDriver()
Return the name of a JDBC driver to use to connect to the database. |
String |
getJdbcPassword()
Returns the password to use to connect to the database. |
String |
getJdbcUrl()
Returns the JDBC connection url to use to connect to the database |
String |
getJdbcUser()
Returns the user name to use to connect to the database. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JdbcConfiguration(String jdbcUrl,
String jdbcDriver,
String jdbcUser,
String jdbcPassword)
JdbcConfiguration
jdbcUrl - 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 password| Method Detail |
|---|
public String getJdbcUrl()
public String getJdbcDriver()
public String getJdbcUser()
public String getJdbcPassword()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||