public class SimpleConnectionMgr extends ConnectionMgr
Constructor and Description |
---|
SimpleConnectionMgr(PropertyMgr props)
|
SimpleConnectionMgr(PropertyMgr props,
String prefix)
|
SimpleConnectionMgr(String jdbc_url,
String jdbc_driver,
String jdbc_user,
String jdbc_password,
String jdbc_catalog)
|
SimpleConnectionMgr(SystemLog log,
PropertyMgr props)
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Unit Test History
|
close, getConnection, getDBName, getDriver, getURL, setCatalog, toString
public SimpleConnectionMgr(String jdbc_url, String jdbc_driver, String jdbc_user, String jdbc_password, String jdbc_catalog) throws Exception
Exception
public SimpleConnectionMgr(PropertyMgr props) throws Exception
Exception
public SimpleConnectionMgr(PropertyMgr props, String prefix) throws Exception
Exception
public SimpleConnectionMgr(SystemLog log, PropertyMgr props) throws Exception
Exception