|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionMgr | |
---|---|
fc.jdbc | |
fc.web.servlet |
Uses of ConnectionMgr in fc.jdbc |
---|
Subclasses of ConnectionMgr in fc.jdbc | |
---|---|
class |
PooledConnectionMgr
A pooled connection manager. |
class |
SimpleConnectionMgr
A simple connection manager that returns a new connection to the database every time. |
Uses of ConnectionMgr in fc.web.servlet |
---|
Fields in fc.web.servlet declared as ConnectionMgr | |
---|---|
ConnectionMgr |
WebApp.defaultConnectionManager
|
Methods in fc.web.servlet that return ConnectionMgr | |
---|---|
ConnectionMgr |
WebApp.getConnectionMgr()
Returns the connection manager corresponding to the default database name. |
ConnectionMgr |
WebApp.getConnectionMgr(java.lang.String databasename)
Returns the connection manager corresponding to the database name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |