|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Configuration | |
|---|---|
| com.darwinsys.sql | |
| Uses of Configuration in com.darwinsys.sql |
|---|
| Classes in com.darwinsys.sql that implement Configuration | |
|---|---|
class |
SimpleSQLConfiguration
A SimpleSQLConfiguration is a POJO that represents the standard four JDBC paramaters as Strings, and has an optional name. |
| Methods in com.darwinsys.sql that return Configuration | |
|---|---|
static Configuration |
ConnectionUtil.getConfiguration(java.lang.String config)
Get a SimpleSQLConfiguration for the given config using the default or set property file name |
| Methods in com.darwinsys.sql that return types with arguments of type Configuration | |
|---|---|
java.util.List<Configuration> |
ConfigurationManager.getConfigurations()
Gets a list of valid Configurations. |
static java.util.List<Configuration> |
ConnectionUtil.getConfigurations()
Return all the configurations as SimpleSQLConfiguration objects |
java.util.List<Configuration> |
DefaultConfigurationManager.getConfigurations()
|
| Methods in com.darwinsys.sql with parameters of type Configuration | |
|---|---|
java.sql.Connection |
ConfigurationManager.getConnection(Configuration conn)
Obtain a Connection (presumably from a Connection Pool); the Connection will be closed when SQLRunner is done with it. |
static java.sql.Connection |
ConnectionUtil.getConnection(Configuration c)
|
java.sql.Connection |
DefaultConfigurationManager.getConnection(Configuration config)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||