|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.toften.jlips.persist.db.DBAbstractProperties
net.toften.jlips.persist.db.DBSimpleProperties
public class DBSimpleProperties
DOCUMENT ME!
Field Summary |
---|
Fields inherited from class net.toften.jlips.persist.db.DBAbstractProperties |
---|
DB_DRIVER, DB_PASSWORD, DB_SCHEMA, DB_URL, DB_USERNAME, dbInitProb, dbProp |
Constructor Summary | |
---|---|
DBSimpleProperties(String driver,
String url,
String username,
String password,
String schema)
Constructor for DBSimpleProperties DOCUMENT ME! |
Method Summary |
---|
Methods inherited from class net.toften.jlips.persist.db.DBAbstractProperties |
---|
getDriver, getPassword, getSchema, getURL, getUserName, setDBInitProperties |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.toften.jlips.persist.db.DBProperties |
---|
getDriver, getPassword, getSchema, getURL, getUserName, setDBInitProperties |
Constructor Detail |
---|
public DBSimpleProperties(String driver, String url, String username, String password, String schema)
driver
- url
- username
- password
- schema
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |