forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
5.2 KiB
5.2 KiB
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 |
Parent topic: JDBC Interface Reference