javax.sql.ConnectionPoolDataSource
javax.sql.ConnectionPoolDataSource is the data source connection pool interface.
| Method | Return Type | JDBC 4 Support |
|---|---|---|
| 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 |
What is your overall rating for this page?
Thank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot