|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionConfig | |
|---|---|
| com.cafesoft.core.jdbc | Contains classes for use with jdbc. |
| Uses of ConnectionConfig in com.cafesoft.core.jdbc |
|---|
| Classes in com.cafesoft.core.jdbc that implement ConnectionConfig | |
|---|---|
class |
StandardConnectionConfig
Standard implementation of the ConnectionConfig interface |
| Methods in com.cafesoft.core.jdbc that return ConnectionConfig | |
|---|---|
ConnectionConfig |
ConnectionPoolConfig.getConnectionConfig()
Get the ConnectionConfig object |
ConnectionConfig |
StandardConnectionPoolConfig.getConnectionConfig()
Get the ConnectionConfig object |
| Methods in com.cafesoft.core.jdbc with parameters of type ConnectionConfig | |
|---|---|
Connection |
PoolableConnectionFactory.create(ConnectionConfig config)
Create a new Connection |
Connection |
StandardPoolableConnectionFactory.create(ConnectionConfig config)
Create a new Connection |
| Constructors in com.cafesoft.core.jdbc with parameters of type ConnectionConfig | |
|---|---|
StandardConnectionPoolConfig(String poolName,
int initialCapacity,
int minimumCapacity,
int maximumCapacity,
int poolIncrement,
boolean allowShrinking,
int shrinkPeriod,
int refreshPeriod,
String poolUser,
String poolPassword,
ConnectionConfig connConfig)
Create a new StandardConnectionPoolConfig object |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||