javax.sql.ConnectionPoolDataSource is the connection pool interface of data sources.
Description
This interface is 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 | Supported in Oracle mode? | Supported in MySQL mode? |
|---|---|---|---|
| getPooledConnection() | PooledConnection | Yes | Yes |
| getPooledConnection(String user,String password) | PooledConnection | Yes | Yes |