| Constructor and Description |
|---|
MySQLAccess(String dbUrl,
String username,
String password)
Instantiate a connection to the database
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection()
Retrieve an active connection to the database
|
public MySQLAccess(String dbUrl, String username, String password) throws BridgeDBException
IMSException - If there is a problem connecting to the database.BridgeDBExceptionpublic Connection getConnection() throws BridgeDBException
getConnection in interface SQLAccessIMSException - if there is a problem establishing a connectionBridgeDBExceptionCopyright © 2006–2017 BridgeDb project. All rights reserved.