Class ProxyConnection

java.lang.Object
ch.tocco.nice2.toolbox.api.jdbc.ProxyConnection
All Implemented Interfaces:
AutoCloseable, Connection, Wrapper

public class ProxyConnection extends Object implements Connection
Basic implementation of Connection that delegates all calls to a delegate instance. This call can be extended to override single methods.