|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.darwinsys.sql.DefaultConfigurationManager
public class DefaultConfigurationManager
| Constructor Summary | |
|---|---|
DefaultConfigurationManager()
|
|
| Method Summary | |
|---|---|
java.util.List<Configuration> |
getConfigurations()
Gets a list of valid Configurations. |
java.sql.Connection |
getConnection(Configuration config)
Obtain a Connection (presumably from a Connection Pool); the Connection will be closed when SQLRunner is done with it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultConfigurationManager()
| Method Detail |
|---|
public java.util.List<Configuration> getConfigurations()
ConfigurationManager
getConfigurations in interface ConfigurationManagerpublic java.sql.Connection getConnection(Configuration config)
ConfigurationManager
getConnection in interface ConfigurationManagerconfig - An object previously provided by getConnectionsList().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||