|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbabase.ranker.BabaseDB
public class BabaseDB
Class that holds the connection information about the database the ranker is connecting to.
| Constructor Summary | |
|---|---|
BabaseDB(java.lang.String n,
java.lang.String cs)
Constructor which takes the name of the database and the connect string which would be used in making the connection. |
|
| Method Summary | |
|---|---|
java.lang.String |
getConenctString()
returns the connection string |
java.lang.String |
toString()
returns the name of the database |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BabaseDB(java.lang.String n,
java.lang.String cs)
n - a namecs - a connection friendly database string| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getConenctString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||