javax.sql.PooledConnection
This section describes javax.sql.PooledConnection, the connection interface created by a connection pool.
Method Name |
Return Type |
Support JDBC 4 |
---|---|---|
addConnectionEventListener (ConnectionEventListener listener) |
void |
Yes |
close() |
void |
Yes |
getConnection() |
Connection |
Yes |
removeConnectionEventListener (ConnectionEventListener listener) |
void |
Yes |
addStatementEventListener (StatementEventListener listener) |
void |
Yes |
removeStatementEventListener (StatementEventListener listener) |
void |
Yes |
Feedback
Was this page helpful?
Provide feedbackThank 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