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 Connection that delegates to another Connection.