public interface Connectable
Modifier and Type | Method and Description |
---|---|
void |
passConnection(java.sql.Connection aConn,
java.lang.String aDBName)
This method will be called by the class actually making the connection.
|
void passConnection(java.sql.Connection aConn, java.lang.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 © 2013. All Rights Reserved.