javax.sql.ConnectionPoolDataSource is the connection pool interface of data sources.
Description
A factory for PooledConnection objects. Objects that implement this interface are typically registered with a naming service that is based on Java Naming and Directory Interface™ (JNDI).
Methods
| Method | Return type | JDBC 4 supported in Oracle mode | JDBC 4 supported in MySQL mode |
|---|---|---|---|
| getPooledConnection() | PooledConnection | Yes | Yes |
| getPooledConnection(String user,String password) | PooledConnection | Yes | Yes |