fc.jdbc
Class SimpleConnectionMgr
java.lang.Object
fc.jdbc.ConnectionMgr
fc.jdbc.SimpleConnectionMgr
public class SimpleConnectionMgr
- extends ConnectionMgr
A simple connection manager that returns a new connection to the
database every time.
Method Summary |
static void |
main(java.lang.String[] args)
Unit Test History |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SimpleConnectionMgr
public SimpleConnectionMgr(java.lang.String jdbc_url,
java.lang.String jdbc_driver,
java.lang.String jdbc_user,
java.lang.String jdbc_password,
java.lang.String jdbc_catalog)
throws java.lang.Exception
ConnectionMgr
- Throws:
java.lang.Exception
SimpleConnectionMgr
public SimpleConnectionMgr(PropertyMgr props)
throws java.lang.Exception
ConnectionMgr
- Throws:
java.lang.Exception
SimpleConnectionMgr
public SimpleConnectionMgr(PropertyMgr props,
java.lang.String prefix)
throws java.lang.Exception
ConnectionMgr
- Throws:
java.lang.Exception
SimpleConnectionMgr
public SimpleConnectionMgr(SystemLog log,
PropertyMgr props)
throws java.lang.Exception
ConnectionMgr
- Throws:
java.lang.Exception
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Unit Test History
Tester Status Notes
hj passed
- Throws:
java.lang.Exception