|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rjw.dc.db.DatabaseConnection
Maintains and creates the connection to the database
Field Summary | |
static boolean |
bConnected
Specifies whether a connection has been made to the database |
Constructor Summary | |
DatabaseConnection()
|
Method Summary | |
static java.sql.Connection |
connect()
Creates the connection to the database. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static boolean bConnected
Constructor Detail |
public DatabaseConnection()
Method Detail |
public static java.sql.Connection connect()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |