|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionSource | |
|---|---|
| com.programix.sql | SQL related utilities. |
| Uses of ConnectionSource in com.programix.sql |
|---|
| Classes in com.programix.sql that implement ConnectionSource | |
|---|---|
class |
ConnectionPool
This implementation of ConnectionSource is a variable size
pool of database Connection's. |
class |
DriverManagerConnectionSource
An implementation of ConnectionSource that uses
DriverManager to create database Connection's. |
| Methods in com.programix.sql that return ConnectionSource | |
|---|---|
static ConnectionSource |
ConnectionPool.createConnectionSource(ValueMap config)
This method is used to create a ConnectionSource by
analyzing the config ValueMap to determine
which kind of ConnectionSource should be created. |
| Constructors in com.programix.sql with parameters of type ConnectionSource | |
|---|---|
ConnectionPool(ConnectionSource underlyingSource)
|
|
ConnectionPool(ConnectionSource underlyingSource,
int maxConnectionCount,
int highWaterCount,
int shrinkDelaySeconds)
|
|
ConnectionPool(ConnectionSource underlyingSource,
int maxConnectionCount,
int highWaterCount,
int shrinkDelaySeconds,
String healthCheckQuery)
|
|
ConnectionPool(ConnectionSource underlyingSource,
int maxConnectionCount,
int highWaterCount,
int shrinkDelaySeconds,
String healthCheckQuery,
ExceptionHandler exceptionHandler)
|
|
ConnectionPool(ConnectionSource underlyingSource,
int maxConnectionCount,
int highWaterCount,
int shrinkDelaySeconds,
String healthCheckQuery,
ExceptionHandler exceptionHandler,
Object lockObject)
|
|
ConnectionPool(ConnectionSource underlyingSource,
ValueMap config)
|
|
ConnectionPool(ConnectionSource underlyingSource,
ValueMap config,
ExceptionHandler exceptionHandler)
|
|
UniqueIDGenerator(ConnectionSource connectionSource,
String tableName,
String matchColumnName,
String idColumnName)
|
|
UniqueIDGenerator(ConnectionSource connectionSource,
ValueMap config)
|
|
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||