All Implemented Interfaces:
AutoCloseable, Connection, Wrapper, TrackedUse

class ConnectionImpl extends DelegatingConnection<Connection>
This class is the Connection that will be returned from PooledConnectionImpl.getConnection(). Most methods are wrappers around the JDBC 1.x Connection. A few exceptions include preparedStatement and close. In accordance with the JDBC specification this Connection cannot be used after closed() is called. Any further usage will result in an SQLException.

ConnectionImpl extends DelegatingConnection to enable access to the underlying connection.

Since:
2.0