|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--util.sql.ConnectionManager
Class to retrieve database connections. Warning: This class is only for testing purposes! It retrieves a raw connection using a MySQL driver and user.password "test/test".
Constructor Summary | |
ConnectionManager()
|
Method Summary | |
static java.sql.Connection |
getConnection()
Returns a connection to the database. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConnectionManager()
Method Detail |
public static java.sql.Connection getConnection()
java.sql.Connection
to a database specified internallySQLException
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |