Package | Description |
---|---|
org.apache.commons.dbcp2 |
Database Connection Pool API.
|
org.apache.commons.dbcp2.managed |
This package provides support for pooling of ManagedConnections.
|
Modifier and Type | Method and Description |
---|---|
static BasicDataSource |
BasicDataSourceFactory.createDataSource(Properties properties)
Creates and configures a
BasicDataSource instance based on the
given properties. |
Modifier and Type | Class and Description |
---|---|
class |
BasicManagedDataSource
BasicManagedDataSource is an extension of BasicDataSource which
creates ManagedConnections.
|
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.