public interface Connectable
Modifier and Type | Method and Description |
---|---|
void |
passConnection(Connection aConn,
String aDBName)
This method will be called by the class actually making the connection.
|
void passConnection(Connection aConn, String aDBName)
aConn
- Connection with the DB connection.aDBName
- String with an identifier for the connection, typically the
name of the DB connected to.Copyright © 2016. All rights reserved.