Modifier and Type | Method and Description |
---|---|
java.util.Map<ConnectionPoolConfig,ComboPooledDataSource> |
DbC3p0PoolServiceImpl.getPoolMap() |
java.util.Map<ConnectionPoolConfig,C> |
DbPoolService.getPoolMap()
Returns a map of all active pools.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<java.sql.Connection> |
DbC3p0PoolServiceImpl.getConnection(ConnectionPoolConfig poolConfig) |
java.util.concurrent.Future<java.sql.Connection> |
DbPoolService.getConnection(ConnectionPoolConfig config)
Retrieves a
Future that contains a connection config for the pool
specified by the supplied ConnectionPoolConfig object. |
java.util.concurrent.Future |
MetaPoolService.getConnection(ConnectionPoolConfig config) |
java.util.concurrent.Future<java.sql.Connection> |
DbC3p0PoolServiceImpl.getConnection(ConnectionPoolConfig poolConfig,
ConnectionConfig connConfig) |
java.util.concurrent.Future<java.sql.Connection> |
DbPoolService.getConnection(ConnectionPoolConfig poolConfig,
ConnectionConfig connConfig)
Retrieves a
Future that contains a connection object for the pool
specified by the supplied ConnectionPoolConfig object. |
java.util.concurrent.Future |
MetaPoolService.getConnection(ConnectionPoolConfig poolConfig,
ConnectionConfig connConfig) |
javax.sql.DataSource |
DbPoolService.getDataSource(ConnectionPoolConfig config) |
javax.sql.DataSource |
DbPoolServiceImpl.getDataSource(ConnectionPoolConfig config) |
javax.sql.DataSource |
MetaPoolService.getDataSource(ConnectionPoolConfig config) |
javax.sql.DataSource |
DbPoolService.getDataSource(ConnectionPoolConfig poolConfig,
ConnectionConfig connConfig) |
javax.sql.DataSource |
DbPoolServiceImpl.getDataSource(ConnectionPoolConfig poolConfig,
ConnectionConfig connConfig) |
javax.sql.DataSource |
MetaPoolService.getDataSource(ConnectionPoolConfig poolConfig,
ConnectionConfig connConfig) |
void |
DbC3p0PoolServiceImpl.shutdownPool(ConnectionPoolConfig poolConfig) |
void |
DbPoolService.shutdownPool(ConnectionPoolConfig poolConfig)
Shuts down the pool identified by the
ConnectionPoolConfig object. |
void |
MetaPoolService.shutdownPool(ConnectionPoolConfig poolConfig) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionPoolConfigImpl |
Modifier and Type | Method and Description |
---|---|
ConnectionPoolConfig |
ConnectionPoolAware.__getReportServerConnectionPoolConfig() |
Constructor and Description |
---|
ProxiedConnectionHandler(java.sql.Connection connection,
ConnectionPoolConfig config) |
Modifier and Type | Method and Description |
---|---|
ConnectionPoolConfig |
DatabaseDatasource.getConnectionConfig() |
Modifier and Type | Method and Description |
---|---|
RSTableModel |
TableModelDbHelper.selectAsRsTableModel(ConnectionPoolConfig cpc,
java.lang.String query) |
int |
TableModelDbHelper.writeRsTableModel(RSTableModel rsTableModel,
ConnectionPoolConfig cpc,
java.lang.String tableName) |
int |
TableModelDbHelper.writeRsTableModel(RSTableModel rsTableModel,
ConnectionPoolConfig cpc,
java.lang.String tableName,
TableModelDbHelper.OverwriteMode overwriteMode,
java.lang.String createTableStatement) |
Modifier and Type | Method and Description |
---|---|
ConnectionPoolConfig |
TempTableService.getConnectionConfig() |
ConnectionPoolConfig |
TempTableServiceImpl.getConnectionConfig() |
ConnectionPoolConfig |
TempTableResult.getPoolConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
TempTableHelper.getTableName(ConnectionPoolConfig cpc,
java.lang.String tableAlias) |
void |
TempTableResult.setPoolConfig(ConnectionPoolConfig poolConfig) |
Constructor and Description |
---|
TempTableResult(TempTableHelper tableHelper,
ConnectionPoolConfig cpc,
java.lang.String query) |
Modifier and Type | Class and Description |
---|---|
class |
DemoDbConnectionPool |
Constructor and Description |
---|
ScriptDatasourceTempTableResult(TempTableHelper tableHelper,
ConnectionPoolConfig cpc,
java.lang.String query) |