Class DelegatingConnection

java.lang.Object
io.helidon.integrations.jdbc.DelegatingConnection
All Implemented Interfaces:
AutoCloseable, Connection, Wrapper
Direct Known Subclasses:
ConditionallyCloseableConnection

public class DelegatingConnection extends Object implements Connection
A JDBC 4.3-compliant Connection that delegates to another JDBC 4.3-compliant Connection.