|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.rad.persist.jdbc.DBCredentials
public class DBCredentials
The DBCredentials
contains information to establish a
database connection.
Constructor Summary | |
---|---|
DBCredentials(String pDriver,
String pUrl,
String pUserName,
String pPassword)
Creates a new instance of DBCredentials . |
Method Summary | |
---|---|
boolean |
equals(Object pObject)
|
String |
getDriver()
Gets the JDBC driver name/class. |
String |
getPassword()
Gets the password, needed to establish a valid connection. |
String |
getUrl()
Gets the connection url. |
String |
getUserName()
Gets the username, needed to establish a valid connection. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DBCredentials(String pDriver, String pUrl, String pUserName, String pPassword)
DBCredentials
.
pDriver
- the JDBC driver name/classpUrl
- the connection urlpUserName
- the usernamepPassword
- the passwordMethod Detail |
---|
public String toString()
toString
in class Object
public boolean equals(Object pObject)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getDriver()
public String getUrl()
public String getUserName()
public String getPassword()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |