Package io.github.jdbcx.driver
Class WrappedPooledConnection
java.lang.Object
io.github.jdbcx.driver.WrappedPooledConnection
- All Implemented Interfaces:
PooledConnection
- Direct Known Subclasses:
WrappedXAConnection
This class serves as a wrapper for a
PooledConnection.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WrappedPooledConnection
-
-
Method Details
-
getConnection
- Specified by:
getConnectionin interfacePooledConnection- Throws:
SQLException
-
close
- Specified by:
closein interfacePooledConnection- Throws:
SQLException
-
addConnectionEventListener
- Specified by:
addConnectionEventListenerin interfacePooledConnection
-
removeConnectionEventListener
- Specified by:
removeConnectionEventListenerin interfacePooledConnection
-
addStatementEventListener
- Specified by:
addStatementEventListenerin interfacePooledConnection
-
removeStatementEventListener
- Specified by:
removeStatementEventListenerin interfacePooledConnection
-