|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cafesoft.core.jdbc.StandardConnectionConfig
Standard implementation of the ConnectionConfig interface
| Constructor Summary | |
StandardConnectionConfig(String url,
Driver driver,
String user,
String password)
Create a new StandardConnectionConfig object |
|
| Method Summary | |
Driver |
getDriver()
Get the database Driver |
String |
getPassword()
Get the Password |
String |
getUrl()
Get the Url of the database |
String |
getUser()
Get the User |
String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public StandardConnectionConfig(String url,
Driver driver,
String user,
String password)
url - the database urldriver - the database driveruser - the database userpassword - the database password| Method Detail |
public String getUrl()
getUrl in interface ConnectionConfigpublic Driver getDriver()
getDriver in interface ConnectionConfigpublic String getUser()
getUser in interface ConnectionConfigpublic String getPassword()
getPassword in interface ConnectionConfigpublic String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||