Package | Description |
---|---|
fc.jdbc | |
fc.web.servlet |
Modifier and Type | Class and Description |
---|---|
class |
PooledConnectionMgr
A pooled connection manager.
|
class |
SimpleConnectionMgr
A simple connection manager that returns a new connection to the
database every time.
|
Modifier and Type | Field and Description |
---|---|
ConnectionMgr |
WebApp.defaultConnectionManager |
Modifier and Type | Method and Description |
---|---|
ConnectionMgr |
WebApp.getConnectionMgr()
Returns the connection manager corresponding to the default database
name.
|
ConnectionMgr |
WebApp.getConnectionMgr(String databasename)
Returns the connection manager corresponding to the database
name.
|