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 | Class and Description |
---|---|
class |
BasicDataSource
Basic implementation of
javax.sql.DataSource that is
configured via JavaBeans properties. |
Modifier and Type | Class and Description |
---|---|
class |
BasicManagedDataSource
BasicManagedDataSource is an extension of BasicDataSource which
creates ManagedConnections.
|
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.