|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.columbia.cs.util.DBConn
Provides a connection to the a database using Code Studio's implementation of connection pooling.
Constructor Summary | |
DBConn(java.lang.String db)
the private constructor |
Method Summary | |
java.sql.Connection |
getConnection()
Returns a Connection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DBConn(java.lang.String db)
Method Detail |
public java.sql.Connection getConnection()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |