|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cafesoft.core.jdbc.DatasourceConfig
Encapsulates a set of JDBC parameters for a DataSource.
| Field Summary | |
protected String |
dsDriver
The driver to use to connect to the datasource. |
protected String |
dsPassword
The user's password for the datasource. |
protected String |
dsUrl
The Url of the datasource. |
protected String |
dsUser
The user to connect to the datasource. |
| Constructor Summary | |
DatasourceConfig(String dsDriver,
String dsUrl,
String dsUser,
String dsPassword)
Create a new DatasourceConfig object. |
|
| Method Summary | |
String |
getDriver()
Get the JDBC Driver. |
String |
getPassword()
Get the JDBC Password. |
String |
getUrl()
Get the JDBC URL. |
String |
getUser()
Get the JDBC User. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected String dsDriver
protected String dsUrl
protected String dsUser
protected String dsPassword
| Constructor Detail |
public DatasourceConfig(String dsDriver,
String dsUrl,
String dsUser,
String dsPassword)
dsDriver - - the JDBC Datasource Driver.dsUrl - - the JDBC Datasource URL (e.g. "jdbc:odbc:gooberdb").dsUser - - the JDBC Datasource user name.dsPassword - - the JDBC Datasource user password.| Method Detail |
public String getDriver()
public String getUrl()
public String getUser()
public String getPassword()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||