javax.sql.ConnectionPoolDataSource
This section describes javax.sql.ConnectionPoolDataSource, the interface for data source connection pools.
| Method Name | Return Type | Support JDBC4 (Yes/No) |
|---|---|---|
| getPooledConnection() | PooledConnection | Yes |
| getPooledConnection(String user,String password) | PooledConnection | Yes |