|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dc.db.DatabaseConnection
public class DatabaseConnection
Maintains and creates the connection to the database
Field Summary | |
---|---|
static boolean |
bConnected
|
static boolean |
bServerConnection
|
Constructor Summary | |
---|---|
DatabaseConnection()
|
Method Summary | |
---|---|
static java.sql.Connection |
connect()
Creates the connection to the database. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static boolean bConnected
public static boolean bServerConnection
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 |