|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConfigurationManager
The contract that an application/environment has to provide to SQLRunner to obtain JDBC Connections.
| Method Summary | |
|---|---|
java.util.List<Configuration> |
getConfigurations()
Gets a list of valid Configurations. |
java.sql.Connection |
getConnection(Configuration conn)
Obtain a Connection (presumably from a Connection Pool); the Connection will be closed when SQLRunner is done with it. |
| Method Detail |
|---|
java.util.List<Configuration> getConfigurations()
java.sql.Connection getConnection(Configuration conn)
conn - An object previously provided by getConnectionsList().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||