|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionManager | |
|---|---|
| net.xoetrope.optional.data.sql | |
| Uses of ConnectionManager in net.xoetrope.optional.data.sql |
|---|
| Subclasses of ConnectionManager in net.xoetrope.optional.data.sql | |
|---|---|
class |
NamedConnectionManager
An extension of the ConnectionManager to manage connections to multiple databases Copyright: Copyright (c) 2003 License: see license.txt $Revision: 2.7 $ License: see license.txt |
| Fields in net.xoetrope.optional.data.sql declared as ConnectionManager | |
|---|---|
protected static ConnectionManager |
ConnectionManager.connMgr
|
| Methods in net.xoetrope.optional.data.sql that return ConnectionManager | |
|---|---|
static ConnectionManager |
NamedConnectionManager.getInstance()
Deprecated. |
static ConnectionManager |
ConnectionManager.getInstance()
Deprecated. |
ConnectionManager |
ConnectionManager.reset(java.lang.String driver,
java.lang.String url,
java.lang.String userName,
java.lang.String password)
Gets an instance of the ConnectionManager. |
ConnectionManager |
NamedConnectionManager.reset(java.lang.String name,
java.lang.String driver,
java.lang.String url,
java.lang.String userName,
java.lang.String password)
Gets an instance of the ConnectionManager. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||