public interface SQLAccess
Also serves to hide the specific database name, user and password from the rest of the code.
Allows MySQL, Virtuoso and any future required drivers to be used without changing SQL code. Allows test, load, live or any other dataBase to be inserted, again without changing the SQL code.
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection()
Allows SQL code to obtain a new Connection without having access to the Database name, user name and password.
|
Connection getConnection() throws BridgeDBException
BridgeDBExceptionCopyright © 2006–2017 BridgeDb project. All rights reserved.