javax.sql.ConnectionPoolDataSource
This section describes javax.sql.ConnectionPoolDataSource, the interface for data source connection pools.
| Method Name | Return Type | Support JDBC 4 |
|---|---|---|
| getLoginTimeout() | int | Yes |
| getLogWriter() | PrintWriter | Yes |
| getPooledConnection() | PooledConnection | Yes |
| getPooledConnection(String user,String password) | PooledConnection | Yes |
| setLoginTimeout(int seconds) | void | Yes |
| setLogWriter(PrintWriter out) | void | Yes |
Last Article: java.sql.Statement
Next Article: javax.sql.DataSource
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.